replace spaces with tabs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user