We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5942122 commit fca2c1aCopy full SHA for fca2c1a
1 file changed
modules/auxiliary/scanner/http/trace.rb
@@ -46,6 +46,8 @@ def run_host(target_host)
46
:port => rport,
47
:proto => 'tcp',
48
:sname => (ssl ? 'https' : 'http'),
49
+ :name => 'HTTP TRACE Method Enabled (Cross-Site Tracing)',
50
+ :refs => references,
51
:info => "Vulnerable to Cross-Site Tracing"
52
)
53
else
0 commit comments