| shell32.dll |
Windows Shell Common Dll |
| execute |
| description |
code |
| Launch DLL payload. |
rundll32.exe shell32.dll,Control_RunDLL payload.dll |
|
| description |
code |
| Launch executable payload. |
rundll32.exe shell32.dll,ShellExec_RunDLL beacon.exe |
|
| description |
code |
| Launch executable payload with arguments. |
rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi" |
|
|
|
|
| path |
| c:\windows\system32\shell32.dll |
|
| path |
| c:\windows\syswow64\shell32.dll |
|
|
Thanks to Adam - @hexacorn (Control_RunDLL), Pierre-Alexandre Braeken - @pabraeken (ShellExec_RunDLL), Matt Graeber - @mattifestation (ShellExec_RunDLL), Kyle Hanslovan - @KyleHanslovan (ShellExec_RunDLL) |