Merge branch 'python_payload_support' of https://github.com/wchen-r7/metasploit-framework into wchen-r7-python_payload_support
commit
f33411abd1
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic telnet perl ruby',
|
||||
'RequiredCmd' => 'generic telnet perl ruby python',
|
||||
}
|
||||
},
|
||||
'Platform' => ['unix', 'linux'],
|
||||
|
|
|
@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'perl ruby',
|
||||
'RequiredCmd' => 'perl ruby python',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'perl ruby',
|
||||
'RequiredCmd' => 'perl ruby python',
|
||||
}
|
||||
},
|
||||
'Platform' => [ 'unix', 'linux' ],
|
||||
|
|
|
@ -42,7 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic telnet perl ruby',
|
||||
'RequiredCmd' => 'generic telnet perl ruby python',
|
||||
}
|
||||
},
|
||||
'Platform' => ['unix', 'linux'],
|
||||
|
|
|
@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet python',
|
||||
}
|
||||
},
|
||||
'Platform' => ['unix', 'linux'],
|
||||
|
|
|
@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet'
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
|
|
|
@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Targets' => [ ['Automatic', { }], ],
|
||||
|
|
|
@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => [ 'unix', 'win', 'linux' ],
|
||||
|
|
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby netcat-e',
|
||||
'RequiredCmd' => 'generic perl ruby python netcat-e',
|
||||
}
|
||||
},
|
||||
'Platform' => ['unix'],
|
||||
|
|
|
@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Targets' => [ ['Automatic', { }], ],
|
||||
|
|
|
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'BadChars' => '<>',
|
||||
'Compat' =>
|
||||
{
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
|
|
|
@ -49,7 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
|
|
|
@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
|
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl bash telnet',
|
||||
'RequiredCmd' => 'generic perl ruby python bash telnet',
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
|
|
Loading…
Reference in New Issue