Remove ruby and telnet requirement
parent
31f320c901
commit
74783b1c78
|
@ -41,7 +41,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
'Compat' =>
|
||||
{
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic perl ruby bash telnet'
|
||||
'RequiredCmd' => 'generic perl bash'
|
||||
}
|
||||
},
|
||||
'Platform' => %w(osx win),
|
||||
|
|
Loading…
Reference in New Issue