diff --git a/modules/exploits/multi/http/tomcat_mgr_deploy.rb b/modules/exploits/multi/http/tomcat_mgr_deploy.rb index 7084200d70..ed3b505b82 100644 --- a/modules/exploits/multi/http/tomcat_mgr_deploy.rb +++ b/modules/exploits/multi/http/tomcat_mgr_deploy.rb @@ -222,7 +222,7 @@ class Metasploit3 < Msf::Exploit::Remote raise RuntimeError, "Upload failed on #{path_tmp} [#{res.code} #{res.message}]" end - report_auth_info( + report_auth_info( :host => rhost, :port => rport, :sname => (ssl ? "https" : "http"), @@ -230,7 +230,7 @@ class Metasploit3 < Msf::Exploit::Remote :pass => datastore['BasicAuthPass'], :proof => "WEBAPP=\"Tomcat Manager App\", VHOST=#{vhost}, PATH=#{datastore['PATH']}", :active => true - ) + ) # # EXECUTE