diff --git a/modules/auxiliary/scanner/http/tomcat_mgr_login.rb b/modules/auxiliary/scanner/http/tomcat_mgr_login.rb index 621a6e228e..fda7b96c4a 100644 --- a/modules/auxiliary/scanner/http/tomcat_mgr_login.rb +++ b/modules/auxiliary/scanner/http/tomcat_mgr_login.rb @@ -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