connectiontype to find and python payload support

This commit is contained in:
sinn3r 2012-10-08 15:13:27 -05:00
parent 04aa69192d
commit 06e2994b7e
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@ class Metasploit3 < Msf::Exploit::Remote
{
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl ruby bash telnet',
'ConnectionType' => 'find',
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl ruby bash telnet python'
}
},
'Platform' => ['unix', 'linux'],