Update Shell32.md

Forgot to false positive check :s
master
Vincent Yiu 2018-06-02 08:09:49 +01:00 committed by GitHub
parent 3f1dfebd22
commit ccf9956b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -8,15 +8,11 @@ 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)
* Vincent Yiu - @vysecurity (ShellExec_RunDLLA)
Code sample:
*