Skip to content

Commit fca2c1a

Browse files
committed
trace: Add missing report_vuln fields
1 parent 5942122 commit fca2c1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/auxiliary/scanner/http/trace.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def run_host(target_host)
4646
:port => rport,
4747
:proto => 'tcp',
4848
:sname => (ssl ? 'https' : 'http'),
49+
:name => 'HTTP TRACE Method Enabled (Cross-Site Tracing)',
50+
:refs => references,
4951
:info => "Vulnerable to Cross-Site Tracing"
5052
)
5153
else

0 commit comments

Comments
 (0)