From dfe9415e0b2e4be3faf68a159aa93bbba8f88c00 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 22 Apr 2020 14:58:52 +0200 Subject: [PATCH] Updated WPScan User Documentation (markdown) --- WPScan-User-Documentation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/WPScan-User-Documentation.md b/WPScan-User-Documentation.md index c32aaf5..b679476 100644 --- a/WPScan-User-Documentation.md +++ b/WPScan-User-Documentation.md @@ -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