diff --git a/data/wordlists/http_userpass.txt b/data/wordlists/http_default_userpass.txt similarity index 100% rename from data/wordlists/http_userpass.txt rename to data/wordlists/http_default_userpass.txt diff --git a/modules/auxiliary/scanner/http/http_login.rb b/modules/auxiliary/scanner/http/http_login.rb index 9bac236894..2c092f5f1a 100644 --- a/modules/auxiliary/scanner/http/http_login.rb +++ b/modules/auxiliary/scanner/http/http_login.rb @@ -40,7 +40,7 @@ class Metasploit3 < Msf::Auxiliary OptString.new('USERNAME', [ false, 'The username to authenticate as' ]), OptString.new('PASSWORD', [ false, 'The password for the specified username' ]), OptPath.new('USERPASS_FILE', [ false, "File containing users and passwords separated by space, one pair per line", - File.join(Msf::Config.install_root, "data", "wordlists", "http_userpass.txt") ]), + File.join(Msf::Config.install_root, "data", "wordlists", "http_default_userpass.txt") ]), OptPath.new('USER_FILE', [ false, "File containing users, one pair per line", File.join(Msf::Config.install_root, "data", "wordlists", "http_default_users.txt") ]), OptPath.new('PASS_FILE', [ false, "File containing passwords, one pair per line",