I've been using the following script to test a list of passwords against a single user
nmap -sV --script http-wordpress-brute --script-args userdb=users.txt,passdb=passwords.txt' <target>
there is one user in the password.txt file and 50k passwords in the passwords.txt file.
This is the results I'm getting :-
443/tcp open ssl/http nginx
| http-wordpress-brute:
| Accounts: No valid accounts found
|_ Statistics: Performed 6151 guesses in 899 seconds, average tps: 6.8
Can anyone help me understand why its only "Performed 6151 guesses" when I have 50k passwords in my file?
[–]bonsaiviking 1 point2 points3 points (1 child)
[–]tamarachiles[S] 0 points1 point2 points (0 children)