Increase exploit reliability

From some limited testing, it appears that this exploit is
missing \x0d\x0a in the bad chars. If the generated payload / hunter
or egg contain that combination, it seems to cause reliability issues
and exploitation fails.

The home page for this software can be found at
http://www.leighb.com/intrasrv.htm
bug/bundler_fix
Ruslaideemin 2013-08-02 09:06:20 +10:00
parent fe089030d4
commit f927d1d7d3
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
{
'Space' => 4660,
'StackAdjustment' => -3500,
'BadChars' => "\x00"
'BadChars' => "\x00\x0d\x0a"
},
'DefaultOptions' =>
{