Skip to content

Commit b4846e5

Browse files
committed
Enabling cmd_bash payload type with bash-tcp cmd
1 parent d38e9f8 commit b4846e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/unix/webapp/drupal_coder_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def initialize(info={})
4141
'BadChars' => "\x2f",
4242
'Compat' =>
4343
{
44-
'PayloadType' => 'cmd',
45-
'RequiredCmd' => 'netcat netcat-e'
44+
'PayloadType' => 'cmd cmd_bash',
45+
'RequiredCmd' => 'netcat netcat-e bash-tcp'
4646
},
4747
},
4848
'Platform' => ['unix'],

0 commit comments

Comments
 (0)