Skip to content

Commit 06e2994

Browse files
committed
connectiontype to find and python payload support
1 parent 04aa691 commit 06e2994

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/http/phptax_exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ def initialize(info={})
3737
{
3838
'Compat' =>
3939
{
40-
'PayloadType' => 'cmd',
41-
'RequiredCmd' => 'generic perl ruby bash telnet',
40+
'ConnectionType' => 'find',
41+
'PayloadType' => 'cmd',
42+
'RequiredCmd' => 'generic perl ruby bash telnet python'
4243
}
4344
},
4445
'Platform' => ['unix', 'linux'],

0 commit comments

Comments
 (0)