Land #2275, @Ruslaideemin's badchars improve for intrasrv_bof

bug/bundler_fix
jvazquez-r7 2013-08-23 08:51:30 -05:00
commit 9aba91a819
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
Rank = ManualRanking
include Msf::Exploit::Remote::Tcp
include Msf::Exploit::Egghunter
@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
{
'Space' => 4660,
'StackAdjustment' => -3500,
'BadChars' => "\x00"
'BadChars' => "\x00\x0d\x0a"
},
'DefaultOptions' =>
{