Land #6930, show full_uri in auxiliary/scanner/http/jenkins_enum
commit
3109bfb8e4
|
@ -97,13 +97,13 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
|
|
||||||
case res.code
|
case res.code
|
||||||
when 200
|
when 200
|
||||||
print_good("#{uri_path} does not require authentication (200)")
|
print_good("#{full_uri} - #{uri_path} does not require authentication (200)")
|
||||||
report_note({
|
report_note({
|
||||||
:type => "jenkins_path",
|
:type => "jenkins_path",
|
||||||
:host => rhost,
|
:host => rhost,
|
||||||
:port => rport,
|
:port => rport,
|
||||||
:proto => 'tcp',
|
:proto => 'tcp',
|
||||||
:data => "#{uri_path} does not require authentication (200)",
|
:data => "#{full_uri} - #{uri_path} does not require authentication (200)",
|
||||||
:update => :unique_data
|
:update => :unique_data
|
||||||
})
|
})
|
||||||
case app
|
case app
|
||||||
|
|
Loading…
Reference in New Issue