Update Shell32.md

master
Vincent Yiu 2018-06-02 00:02:49 +01:00 committed by GitHub
parent d31f77c21b
commit 3f1dfebd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -6,10 +6,17 @@
rundll32.exe shell32.dll,Control_RunDLL payload.dll
rundll32.exe shell32.dll,ShellExec_RunDLL beacon.exe
rundll32.exe shell32.dll,ShellExec_RunDLLA beacon.exe
rundll32.exe shell32.dll,ShellExec_RunDLLW beacon.exe
rundll32.exe shell32.dll,ShellExecuteEx beacon.exe
```
Acknowledgements:
* Pierre-Alexandre Braeken - @pabraeken (ShellExec_RunDLL)
* Vincent Yiu - @vysecurity (ShellExec_RunDLLA, ShellExec_RunDLLW, ShellExecuteEx)
Code sample:
*