From 4e955e58707345b612f973bb3d71e8a85e32fb15 Mon Sep 17 00:00:00 2001 From: andurin Date: Fri, 6 Apr 2012 15:47:09 +0200 Subject: [PATCH] replace spaces with tabs --- modules/exploits/multi/http/tomcat_mgr_deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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