badchars fixed

unstable
jvazquez-r7 2012-08-21 13:30:15 +02:00
parent e21ea6999c
commit 3106f87687
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'Payload' =>
{
'BadChars' => "\x00\x0d\x0a\x26",
'BadChars' => "",
'Compat' =>
{
'PayloadType' => 'cmd',