-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
scan aborted: invalid option: --wordlist #1256
Comments
The --wordlist was in the v2, use the --passwords option in the v3:
|
Hi. --passwords doesn't work here: What does it mean 'cewl.txt' is not a file ??? |
@eBug Seems like the path to the file does not exist |
@erwanlr how so?
I'm running wpscan within a container, might that explain the exec doesn't find the path? How am I supposed to pass an 'external' path to the container? Sorry if this goes off-topic. |
File not readable by wpscan then?
On Jan 14, 2019 17:43, "Eric" <notifications@github.com> wrote:
@erwanlr <https://github.com/erwanlr> how so?
eric@localhost:~$ file /home/eric/it/cewl.txt
/home/eric/it/cewl.txt: UTF-8 Unicode text
eric@localhost:~$
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1256 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABl266WB8eT1mG7jBl7_OCw9TMC9vTMyks5vDMHYgaJpZM4Y1saj>
.
|
@eBug you need to pass in the file using a volume and pass the container internal path as a wordlist.
|
@firefart thank you! that made the job. |
--wordlist => --passwords |
Thanks. This works:
For example |
This worked for me: docker run -it -v --rm $(pwd)/rockyou.txt:/wpscan/rockyou.txt wpscanteam/wpscan --url http://192.168.1.105/wordpress --enumerate u --passwords rockyou.txt |
you know why this happened, how to fix it
you know why this happen? [+] Performing password attack on Wp Login against 1 user/s how to fix it? |
For me, this worked: docker run --rm -it -v /home/user/wordlists/:/wordlists wpscanteam/wpscan --url https://someweb.de/ --enumerate u --password-attack xmlrpc --passwords /wordlists/rockyou.txt replace _user_with your user name |
Hello,
Running WPSCAN Version 3.3.1 and the --wordlist option is not included. I ran the Help and it's not even listed on it. Any advice? I updated the DB and still same issue.
If it's for some reason not on the new version but an older version, what's the latest version is it on and how can I downgrade?
Thanks!
The text was updated successfully, but these errors were encountered: