Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bruteforce help #1410

Closed
BlackRebbel opened this issue Oct 10, 2019 · 5 comments
Closed

Bruteforce help #1410

BlackRebbel opened this issue Oct 10, 2019 · 5 comments

Comments

@BlackRebbel
Copy link

Hello,
Sorry for bothering you again with stupid questions.
But I'm trying to bruteforce the admin so I can somehow a passowrd for it
wpscan --url http://vankutije.com--wordlist -username neckes-threads 50
But this command dosent work? It's saying invalid option username, same goes with -u
I'm just testing my site's security if it's good enough for the release.

@erwanlr
Copy link
Member

erwanlr commented Oct 10, 2019

The option is --usernames so you are missing the 's' at the end of it

@BlackRebbel
Copy link
Author

Still dosen't work?
wpscan --url http://vankutije.com--wordlist -usernames neckes-threads 50
Scan Aborted: invalid option: -usernames

@erwanlr
Copy link
Member

erwanlr commented Oct 10, 2019

with two '-' at the beginning.

Also, you are missing the correct wordlist parameter and its value and some spaces in the command. So let's say that the passwords wordlist to use is at /tmp/pwds.txt, the full command is:

wpscan --url http://vankutije.com --passwords /tmp/pwds.txt --usernames neckes --threads 50

@BlackRebbel
Copy link
Author

O yea sorry I'm just new here in network administration, but now I'm facing this
Scan Aborted: --passwords '/tmp/pwds.txt' is not a file
Seems it's not located there any ideas? Do you have a discord I can contact you? I can pay you to teach me how to do it

@erwanlr
Copy link
Member

erwanlr commented Dec 25, 2019

You will have to google your way for this one, there are plenty of tutorial to learn about password attacks/brute forcing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants