Updated WPScan User Documentation (markdown)

Ryan Dewhurst
2020-04-22 14:58:52 +02:00
parent 60d2371198
commit dfe9415e0b

@@ -115,11 +115,15 @@ To bypass some simple WAFs you can try the `--random-user-agent` option.
## Docker Cheat Sheet
Pull the Docker repository:
- Pull the Docker repository
`docker pull wpscanteam/wpscan`
When using `--output` flag along with the WPScan Docker image, a bind mount must be used. Otherwise, the file is written inside the Docker container, which is then thrown away.
- Run WPScan and enumerate usernames
`docker run -it --rm wpscanteam/wpscan --url https://target.tld/ --enumerate u`
- When using `--output` flag along with the WPScan Docker image, a bind mount must be used. Otherwise, the file is written inside the Docker container, which is then thrown away.
```
mkdir ~/docker-bind