Skip to content

Commit cffedd0

Browse files
author
Chris John Riley
committed
Set back to target_uri.path
1 parent 76ba770 commit cffedd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/cisco/cisco_secure_acs_bypass.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def run_host(ip)
7979
print_status("Issuing password change request for: " + datastore['USERNAME'])
8080

8181
begin
82-
uri = normalize_uri(datastore['TARGETURI'])
82+
uri = normalize_uri(target_uri.path)
8383
res = send_request_cgi({
8484
'uri' => uri,
8585
'method' => 'POST',

0 commit comments

Comments
 (0)