Merge pull request #127 from scriptjunkie/master

New VBA support to msfvenom
This commit is contained in:
Tod Beardsley 2012-01-25 13:58:45 -08:00
commit dd50d98b19
1 changed files with 3 additions and 0 deletions

View File

@ -433,6 +433,9 @@ when /exe/i
$stdout.write exe
when /exe-small/i
when /vba/i
vba = Msf::Util::EXE.to_vba($framework, payload_raw)
$stdout.puts vba
when /vba-exe/i
exe = Msf::Util::EXE.to_win32pe($framework, payload_raw)
vba = Msf::Util::EXE.to_exe_vba(exe)
$stdout.puts vba