normalize_uri and path fix
parent
ff875d04e0
commit
c47392f5d1
|
@ -96,7 +96,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
end
|
||||
|
||||
def http_send_raw(cmd, timeout=20)
|
||||
path = normalize_uri(target_uri.path + '/mt-upgrade.cgi')
|
||||
path = normalize_uri(target_uri.path) + '/mt-upgrade.cgi'
|
||||
send_request_cgi(
|
||||
{
|
||||
'uri' => path,
|
||||
|
|
Loading…
Reference in New Issue