modify exploits to be compatible with the new netcat payloads
parent
627e7f6277
commit
4852f1b9f7
|
@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DisableNops' => true,
|
||||
'Compat' =>
|
||||
{
|
||||
'RequiredCmd' => 'generic netcat-e'
|
||||
'RequiredCmd' => 'generic netcat netcat-e'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
|
|
|
@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic netcat-e',
|
||||
'RequiredCmd' => 'generic netcat netcat-e',
|
||||
}
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
|
|
|
@ -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' =>
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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'],
|
||||
|
|
|
@ -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' =>
|
||||
[
|
||||
|
|
|
@ -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' =>
|
||||
|
|
Loading…
Reference in New Issue