From 9aa1a84b3a642d8662c018ac0c56a43e2b2f026c Mon Sep 17 00:00:00 2001 From: omer citak Date: Sun, 27 Nov 2022 15:35:34 +0300 Subject: [PATCH] added target uri in to "Authorization not requested" error message --- modules/auxiliary/scanner/http/tomcat_mgr_login.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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