Add back perl and bash related payloads since Windows git will have these and OS X should

bug/bundler_fix
Jon Hart 2014-12-23 08:13:00 -08:00
parent 8c0269d40a
commit 015b96a24a
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Metasploit4 < Msf::Exploit::Remote
'Compat' => 'Compat' =>
{ {
'PayloadType' => 'cmd cmd_bash', 'PayloadType' => 'cmd cmd_bash',
'RequiredCmd' => 'generic bash-tcp' 'RequiredCmd' => 'generic bash-tcp perl bash'
}, },
} }
} }