From 159741604eef541bc3d585ad8f3db6edda4c3232 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 21 Sep 2012 18:19:09 +0200 Subject: [PATCH] bugfix for bruteforcer --- wpscan.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpscan.rb b/wpscan.rb index ee1f6d5e..181afbb5 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -337,11 +337,11 @@ begin end else - usernames = [wpscan_options.username] + usernames = [WpUser.new(wpscan_options.username, -1, "empty")] end # Start the brute forcer - bruteforce = false + bruteforce = true if wpscan_options.wordlist if wp_target.has_login_protection?