Skip to content

Commit 86335ba

Browse files
committed
Fixes URI path
1 parent 070bd54 commit 86335ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/clinic_pms_sqli_to_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def upload_payload
121121
data_post << "--#{boundary}--\r\n"
122122

123123
res = send_request_cgi({
124-
'uri' => normalize_uri(target_uri.path, '/pms/update_user.php'),
124+
'uri' => normalize_uri(target_uri.path, 'update_user.php'),
125125
'method' => 'POST',
126126
'keep_cookies' => true,
127127
'ctype' => "multipart/form-data; boundary=#{boundary}",

0 commit comments

Comments
 (0)