Updated WPScan User Documentation (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user