Skip to content

Commit 6ea5d20

Browse files
committed
Land rapid7#3955, fix NoMethodError for wordpress_login_enum
2 parents a65ee6c + d3354d0 commit 6ea5d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wordpress_login_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def run_host(ip)
9090
# Brute force previously found users
9191
if not usernames.empty?
9292
print_status("#{target_uri} - Brute-forcing previously found accounts...")
93-
passwords = load_password_vars(datastore['PASS_FILE'])
93+
passwords = load_password_vars
9494
usernames.each do |user|
9595
passwords.each do |pass|
9696
do_login(user, pass)

0 commit comments

Comments
 (0)