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