change tag

This commit is contained in:
Christian Mehlmauer
2017-03-24 18:55:49 +01:00
parent 5303b28957
commit 0b9b79f55f

View File

@@ -167,7 +167,7 @@ For the available Options, please see https://github.com/wpscanteam/wpscan#wpsca
Mount a local wordlist to the docker container and start a bruteforce attack for user admin
```
docker run --rm -v ~/wordlists:/wordlists wpscan/dev --url https://yourblog.com --wordlist /wordlists/crackstation.txt --username admin
docker run --rm -v ~/wordlists:/wordlists wpscanteam/wpscan --url https://yourblog.com --wordlist /wordlists/crackstation.txt --username admin
```
(This mounts the host directory `~/wordlists` to the container in the path `/wordlists`)