Skip to content

Commit 4fa3631

Browse files
author
jvazquez-r7
committed
avoiding the python support on the barracuda one if cannot be tested
1 parent f33411a commit 4fa3631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/barracuda_img_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',
46-
'RequiredCmd' => 'generic perl ruby python bash telnet',
46+
'RequiredCmd' => 'generic perl ruby bash telnet',
4747
}
4848
},
4949
'Platform' => 'unix',

0 commit comments

Comments
 (0)