remove debug prints

git-svn-id: file:///home/svn/framework3/trunk@9481 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-06-11 05:31:51 +00:00
parent b4d7c16c5d
commit 1535a79f3a
1 changed files with 0 additions and 3 deletions

View File

@ -100,9 +100,6 @@ class Metasploit3 < Msf::Auxiliary
'Options' => { "LHOST"=>msf_ip, "LPORT"=>msf_port }
)
exe = Msf::Util::EXE.to_executable(framework, mod.arch, mod.platform, buf)
p mod
p mod.arch
p mod.platform
print_status("Writing payload to #{msf_filename}")
File.open("/tmp/#{msf_filename}", "wb") do |f|
f.write(exe)