Skip to content

Commit fb16f1f

Browse files
committed
Disabling bind type payloads
1 parent a2d32b4 commit fb16f1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/exploits/linux/http/trendmicro_imsva_widget_exec.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ def initialize(info={})
3737
'SSL' => true,
3838
'RPORT' => 8445
3939
},
40+
'Payload' =>
41+
{
42+
'Compat' =>
43+
{
44+
'ConnectionType' => '-bind'
45+
},
46+
},
4047
'Platform' => ['python'],
4148
'Arch' => ARCH_PYTHON,
4249
'Targets' => [[ 'Automatic', {}]],

0 commit comments

Comments
 (0)