Weaponization
Windows Scripting Host (WSH)
Showing a message box
Dim message message = "Hello" MsgBox message
Use it to run exe files
Set shell = WScript.CreateObject("Wscript.Shell") shell.Run("C:\Windows\System32\calc.exe " & WScript.ScriptFullName),0,True
HTML Application (HTA)
Using and `ActiveXObject to execute cmd.exe
Reverse shell
Visual Basic for Application (VBA)
Execute a bin
Use msfvenom for VBA
PowerShell
Execution policy
Getting a reverse shell
A great tool to generate reverse shell payloads
Resources
Last updated

