Land #17304, added target uri in to "Authorization not requested" error message

This commit is contained in:
adfoster-r7
2022-11-27 20:04:00 +00:00
committed by GitHub
@@ -91,7 +91,7 @@ class MetasploitModule < Msf::Auxiliary
return
end
if res.code != 401
vprint_error("http://#{rhost}:#{rport} - Authorization not requested")
vprint_error("http://#{rhost}:#{rport}#{uri} - Authorization not requested")
return
end