replace spaces with tabs

unstable
andurin 2012-04-06 15:47:09 +02:00 committed by sinn3r
parent 67e6c7b850
commit 4e955e5870
1 changed files with 2 additions and 2 deletions

View File

@ -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