add bash to requiredcmd

This commit is contained in:
Brandon Perry 2014-07-03 16:52:52 -05:00
parent 806f26424c
commit a33a6dc79d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic netcat netcat-e python perl',
'RequiredCmd' => 'generic telnet python perl bash',
}
},
'Targets' =>