Execute
Executes calc.exe from wsl.exe
Use Performs execution of specified file, can be used to execute arbitrary Linux commands.
LOL · OtherMSBinary
Executes calc.exe from wsl.exe
Use Performs execution of specified file, can be used to execute arbitrary Linux commands.
Cats /etc/shadow file as root
Use Performs execution of arbitrary Linux commands as root without need for password.
Executes Linux command (for example via bash) as the default user (unless stated otherwise using `-u <username>`) on the default WSL distro (unless stated otherwise using `-d <distro name>`)
Use Performs execution of arbitrary Linux commands.
Downloads file from 192.168.1.10
Use Download file
When executed, `wsl.exe` queries the registry value of `HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\MSI\InstallLocation`, which contains a folder path (`c:\program files\wsl` by default). If the value points to another folder containing a file named `wsl.exe`, it will be executed instead of the legitimate `wsl.exe` in the program files folder.
Use Execute a payload as a child process of `bash.exe` while masquerading as WSL.