-
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: --passwords 'rockyou.txt' is not a file #1279
Comments
My first thought is you need to mount thta rockyou.txt file so Docker
has access to it. :)
…On 1/20/19 10:25 AM, ketsugen wrote:
When I am trying to brutal force a password, the command doesn't work.
keep having result of:
Scan Aborted: --passwords 'rockyou.txt' is not a file
here is my command:
docker run --rm -it -v /wpscan/rockyou.txt:/wordlists
wpscanteam/wpscan --url https://www.xxxxxx.com/ --passwords
/wordlists/rockyou.txt --username admin
I am running docker through windows 10, any help?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1279>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJn0iPGd8A5wW6qhhfLCDg8veTefjbWSks5vFIqBgaJpZM4aJsgO>.
|
It appears you are incorrectly using the -v flag. |
See #1256 (comment) |
I am using WPScan but when I type the command, It said: '"--passwords The path 'rockyou.txt' does not exist or is not a file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I am trying to brutal force a password, the command doesn't work.
keep having result of:
Scan Aborted: --passwords 'rockyou.txt' is not a file
here is my command:
docker run --rm -it -v /wpscan/rockyou.txt:/wordlists wpscanteam/wpscan --url https://www.xxxxxx.com/ --passwords /wordlists/rockyou.txt --username admin
I am running docker through windows 10, any help?
The text was updated successfully, but these errors were encountered: