connectiontype to find and python payload support
parent
04aa69192d
commit
06e2994b7e
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue