1
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:
James Lee 2010-02-02 23:11:18 +00:00
parent e0060a4f83
commit 1ee79780e9

View File

@ -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'],