mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
fix the http option scanner
git-svn-id: file:///home/svn/framework3/trunk@8355 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
e0060a4f83
commit
1ee79780e9
@ -50,11 +50,12 @@ class Metasploit3 < Msf::Auxiliary
|
||||
)
|
||||
|
||||
if(res.headers['Allow'].index('TRACE'))
|
||||
report_vuln_service(
|
||||
report_vuln(
|
||||
:host => target_host,
|
||||
:port => rport,
|
||||
:vname => 'HTTP-TRACE-ENABLED',
|
||||
:vdata => res.headers['Allow'],
|
||||
:proto => 'http',
|
||||
:name => 'HTTP-TRACE-ENABLED',
|
||||
:data => res.headers['Allow'],
|
||||
:refs =>
|
||||
[
|
||||
[ 'CVE', '2005-3398'],
|
||||
|
Loading…
Reference in New Issue
Block a user