Remove ruby and telnet requirement

bug/bundler_fix
Jon Hart 2014-12-21 10:06:06 -08:00
parent 31f320c901
commit 74783b1c78
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -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),