Set back to target_uri.path

bug/bundler_fix
Chris John Riley 2012-11-11 12:04:31 +01:00
parent 76ba770872
commit cffedd0c97
1 changed files with 1 additions and 1 deletions

View File

@ -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',