mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
replace spaces with tabs
This commit is contained in:
parent
67e6c7b850
commit
4e955e5870
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user