Set back to target_uri.path
parent
76ba770872
commit
cffedd0c97
|
@ -79,7 +79,7 @@ class Metasploit4 < Msf::Auxiliary
|
|||
print_status("Issuing password change request for: " + datastore['USERNAME'])
|
||||
|
||||
begin
|
||||
uri = normalize_uri(datastore['TARGETURI'])
|
||||
uri = normalize_uri(target_uri.path)
|
||||
res = send_request_cgi({
|
||||
'uri' => uri,
|
||||
'method' => 'POST',
|
||||
|
|
Loading…
Reference in New Issue