Land #6930, show full_uri in auxiliary/scanner/http/jenkins_enum

bug/bundler_fix
wchen-r7 2016-05-31 22:21:33 -05:00
commit 3109bfb8e4
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 2 additions and 2 deletions

View File

@ -97,13 +97,13 @@ class MetasploitModule < Msf::Auxiliary
case res.code
when 200
print_good("#{uri_path} does not require authentication (200)")
print_good("#{full_uri} - #{uri_path} does not require authentication (200)")
report_note({
:type => "jenkins_path",
:host => rhost,
:port => rport,
:proto => 'tcp',
:data => "#{uri_path} does not require authentication (200)",
:data => "#{full_uri} - #{uri_path} does not require authentication (200)",
:update => :unique_data
})
case app