bugfix for bruteforcer
This commit is contained in:
@@ -337,11 +337,11 @@ begin
|
|||||||
end
|
end
|
||||||
|
|
||||||
else
|
else
|
||||||
usernames = [wpscan_options.username]
|
usernames = [WpUser.new(wpscan_options.username, -1, "empty")]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Start the brute forcer
|
# Start the brute forcer
|
||||||
bruteforce = false
|
bruteforce = true
|
||||||
if wpscan_options.wordlist
|
if wpscan_options.wordlist
|
||||||
if wp_target.has_login_protection?
|
if wp_target.has_login_protection?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user