Skip to content

Commit

Permalink
Fixes #289. Applies patch from Carl Pully to fix VBA output from msfp…
Browse files Browse the repository at this point in the history
…ayload

git-svn-id: file:///home/svn/framework3/trunk@6732 4d416f70-5f16-0410-b530-b9f4589650da
  • Loading branch information
HD Moore committed Jun 30, 2009
1 parent c1a5ed3 commit c6023b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msfpayload
Expand Up @@ -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
Expand Down

0 comments on commit c6023b7

Please sign in to comment.