mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
26
Archive-Old-Version/OSLibraries/Shell32.dll.md
Normal file
26
Archive-Old-Version/OSLibraries/Shell32.dll.md
Normal file
@@ -0,0 +1,26 @@
|
||||
## Shell32.dll
|
||||
* Functions: Execute
|
||||
```
|
||||
|
||||
rundll32.exe shell32.dll,Control_RunDLL payload.dll
|
||||
Launch DLL payload.
|
||||
|
||||
rundll32.exe shell32.dll,ShellExec_RunDLL beacon.exe
|
||||
Launch executable payload.
|
||||
|
||||
rundll32 SHELL32.DLL,ShellExec_RunDLL "cmd.exe" "/c echo hi"
|
||||
Launch executable payload with arguments.
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* https://twitter.com/Hexacorn/status/885258886428725250
|
||||
* https://twitter.com/pabraeken/status/991768766898941953
|
||||
* https://twitter.com/mattifestation/status/776574940128485376
|
||||
* https://twitter.com/KyleHanslovan/status/905189665120149506
|
||||
|
||||
* Full path:
|
||||
* c:\windows\system32\shell32.dll
|
||||
* c:\windows\sysWOW64\shell32.dll
|
||||
|
||||
* Notes: Thanks to Adam - @hexacorn (Control_RunDLL), Pierre-Alexandre Braeken - @pabraeken (ShellExec_RunDLL), Matt Graeber - @mattifestation (ShellExec_RunDLL), Kyle Hanslovan - @KyleHanslovan (ShellExec_RunDLL)
|
||||
|
Reference in New Issue
Block a user