replace spaces with tabs
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