Skip to content

Commit b3402a4

Browse files
committed
Add generic payloads
Useful for testing and custom stuff.
1 parent bf77e14 commit b3402a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/drupal_coder_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def initialize(info={})
4343
'Compat' =>
4444
{
4545
'PayloadType' => 'cmd cmd_bash',
46-
'RequiredCmd' => 'netcat netcat-e bash-tcp'
46+
'RequiredCmd' => 'generic netcat netcat-e bash-tcp'
4747
},
4848
},
4949
'Platform' => ['unix'],

0 commit comments

Comments
 (0)