wpscanteam / wpscan

WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com
https://wpscan.com/wordpress-cli-scanner
Other
8.57k stars 1.26k forks source link

Scan Aborted: --passwords 'rockyou.txt' is not a file #1279

Closed ketsugen closed 5 years ago

ketsugen commented 5 years ago

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?

secureli commented 5 years ago

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 https://github.com/wpscanteam/wpscan/issues/1279, or mute the thread https://github.com/notifications/unsubscribe-auth/AJn0iPGd8A5wW6qhhfLCDg8veTefjbWSks5vFIqBgaJpZM4aJsgO.

secureli commented 5 years ago

It appears you are incorrectly using the -v flag.

erwanlr commented 5 years ago

See https://github.com/wpscanteam/wpscan/issues/1256#issuecomment-454111857

haha578 commented 3 years ago

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" Pls help me Here is my command: wpscan --url https://nguyenkimtuyen.vn --passwords rockyou.txt --username admin