diff --git a/modules/auxiliary/scanner/http/splunk_web_login.rb b/modules/auxiliary/scanner/http/splunk_web_login.rb index d4db7b12de..9f7e9a59ab 100644 --- a/modules/auxiliary/scanner/http/splunk_web_login.rb +++ b/modules/auxiliary/scanner/http/splunk_web_login.rb @@ -193,7 +193,6 @@ class Metasploit3 < Msf::Auxiliary report_cred(ip: datastore['RHOST'], port: datastore['RPORT'], user:user, password: pass) - report_auth_info(report_hash) return :next_user rescue ::Rex::ConnectionError, Errno::ECONNREFUSED, Errno::ETIMEDOUT