Skip to content

Commit

Permalink
Update Wsl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unrooted authored Jun 4, 2024
1 parent 9f2b2a9 commit 997a9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yml/OtherMSBinaries/Wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Commands:
Privileges: User
MitreID: T1202
OperatingSystem: Windows 10, Windows 19 Server, Windows 11
- Command: wsl.exe --exec bash -c '<command>'
Description: Executes any command via bash, as long as the default user has enough permissions.
- Command: wsl.exe --exec <command>
Description: Executes Linux command as the default user (unless stated otherwise using `-u <username>`) on the default WSL distro (unless stated otherwise using `-d <distro name>`)
Usecase: Performs execution of arbitrary Linux commands.
Category: Execute
Privileges: User
Expand Down

0 comments on commit 997a9e3

Please sign in to comment.