Updated WPScan User Documentation (markdown)
@@ -147,6 +147,14 @@ docker run --rm --mount type=bind,source=$HOME/docker-bind,target=/output wpscan
|
||||
|
||||
The `wpscan-output.txt` file now exists on the host machine at `~/docker-bind/wpscan-output.txt`.
|
||||
|
||||
- Pass password list to Docker container
|
||||
|
||||
```
|
||||
docker run -it --rm -v /Users/__macuser__/:/__containerdirectory__ wpscanteam/wpscan --url http://example..com/ --passwords /__containerdirectory__/passwords.txt
|
||||
```
|
||||
|
||||
See: https://github.com/wpscanteam/wpscan/issues/1256#issuecomment-609055053
|
||||
|
||||
## Vulnerability Database
|
||||
|
||||
WPScan uses the [WordPress Vulnerability Database](https://wpscan.com/api) API in real time to retrieve known vulnerabilities that affect WordPress core, plugins and themes.
|
||||
|
||||
Reference in New Issue
Block a user