Skip to content

Commit

Permalink
advpack coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
op7ic committed Jul 16, 2018
1 parent 872237d commit 7598e9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The script executes only calc.exe through numerous methods. You can replace this
| T1047 | Setupapi |
| T1128 | Shdocvw |
| T1085 | csc.exe |
| T1130 |
| T1130 | advpack.dll |
| T1191 |
| T1202 |
| T1028 |
Expand Down
5 changes: 5 additions & 0 deletions runtests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,11 @@ echo Command Excuted: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /out
echo Command Excuted: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Csc.exe /out:payload.exe payload.cs
echo Command Excuted: payload.exe

echo %time% %date% [+] Testing advpack via rundll32 exec
start "" cmd /c rundll32.exe advpack.dll,RegisterOCX calc.exe
echo Execution Finished at %time% %date%
echo Command Excuted: rundll32.exe advpack.dll,RegisterOCX calc.exe

echo [+] Let tasks finish before killing all the files
sleep 90

Expand Down

0 comments on commit 7598e9f

Please sign in to comment.