modify exploits to be compatible with the new netcat payloads

bug/bundler_fix
jvazquez-r7 2013-03-11 18:35:44 +01:00
parent 627e7f6277
commit 4852f1b9f7
9 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
'DisableNops' => true,
'Compat' =>
{
'RequiredCmd' => 'generic netcat-e'
'RequiredCmd' => 'generic netcat netcat-e'
}
},
'Targets' =>

View File

@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic netcat-e',
'RequiredCmd' => 'generic netcat netcat-e',
}
},
'DefaultOptions' =>

View File

@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic netcat-e perl bash',
'RequiredCmd' => 'generic netcat netcat-e perl bash',
}
},
'Targets' =>

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl telnet netcat-e bash',
'RequiredCmd' => 'generic perl telnet netcat netcat-e bash',
}
},
'Platform' => 'unix',

View File

@ -33,7 +33,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl telnet netcat-e bash',
'RequiredCmd' => 'generic perl telnet netcat netcat-e bash',
}
},
'Platform' => 'unix',

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl bash telnet netcat-e',
'RequiredCmd' => 'generic perl bash telnet netcat netcat-e',
}
},
'Platform' => 'unix',

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl ruby python netcat-e',
'RequiredCmd' => 'generic perl ruby python netcat netcat-e',
}
},
'Platform' => ['unix'],

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl ruby python bash netcat-e'
'RequiredCmd' => 'generic perl ruby python bash netcat netcat-e'
},
'Targets' =>
[

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic telnet bash netcat-e perl ruby python',
'RequiredCmd' => 'generic telnet bash netcat netcat-e perl ruby python',
}
},
'DefaultOptions' =>