Fixes #289. Applies patch from Carl Pully to fix VBA output from msfpayload

git-svn-id: file:///home/svn/framework3/trunk@6732 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-06-30 21:43:44 +00:00
parent c1a5ed32b6
commit c6023b779b
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if (cmd =~ /^(p|y|r|c|j|x|b|v)/)
"' Length: " + buf.length.to_s + "\r\n" +
"'Options: " + options + "\r\n"
vba = note + "\r\n" + Msf::Util::EXE.to_exe_vba($framework, exe)
vba = note + "\r\n" + Msf::Util::EXE.to_exe_vba(exe)
$stdout.write(vba)
exit(0)
end