Updated WPScan User Documentation (markdown)

Ryan Dewhurst
2020-04-22 14:57:17 +02:00
parent c71856a5a8
commit 60d2371198

@@ -115,6 +115,10 @@ To bypass some simple WAFs you can try the `--random-user-agent` option.
## Docker Cheat Sheet
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.
```