mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-29 00:08:11 +01:00
Adding missing OperatingSystem values.
This commit is contained in:
parent
371d1cf2cc
commit
c24cad7868
@ -17,12 +17,14 @@ Commands:
|
|||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.011
|
MitreID: T1218.011
|
||||||
|
OperatingSystem: Windows
|
||||||
- Command: rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi"
|
- Command: rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi"
|
||||||
Description: Launch command line by calling the ShellExec_RunDLL function.
|
Description: Launch command line by calling the ShellExec_RunDLL function.
|
||||||
Usecase: Run an executable payload.
|
Usecase: Run an executable payload.
|
||||||
Category: Execute
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218.011
|
MitreID: T1218.011
|
||||||
|
OperatingSystem: Windows
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: c:\windows\system32\shell32.dll
|
- Path: c:\windows\system32\shell32.dll
|
||||||
- Path: c:\windows\syswow64\shell32.dll
|
- Path: c:\windows\syswow64\shell32.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user