Add generic payloads

Useful for testing and custom stuff.
This commit is contained in:
William Vu 2016-08-16 23:08:09 -05:00
parent bf77e14bef
commit b3402a45f7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd cmd_bash',
'RequiredCmd' => 'netcat netcat-e bash-tcp'
'RequiredCmd' => 'generic netcat netcat-e bash-tcp'
},
},
'Platform' => ['unix'],