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}]"
|
raise RuntimeError, "Upload failed on #{path_tmp} [#{res.code} #{res.message}]"
|
||||||
end
|
end
|
||||||
|
|
||||||
report_auth_info(
|
report_auth_info(
|
||||||
:host => rhost,
|
:host => rhost,
|
||||||
:port => rport,
|
:port => rport,
|
||||||
:sname => (ssl ? "https" : "http"),
|
:sname => (ssl ? "https" : "http"),
|
||||||
|
@ -230,7 +230,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
:pass => datastore['BasicAuthPass'],
|
:pass => datastore['BasicAuthPass'],
|
||||||
:proof => "WEBAPP=\"Tomcat Manager App\", VHOST=#{vhost}, PATH=#{datastore['PATH']}",
|
:proof => "WEBAPP=\"Tomcat Manager App\", VHOST=#{vhost}, PATH=#{datastore['PATH']}",
|
||||||
:active => true
|
:active => true
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
# EXECUTE
|
# EXECUTE
|
||||||
|
|
Loading…
Reference in New Issue