From 3f2b5f6218a3903aabc6f1f4af9b7d6dc558c5c7 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Sun, 3 Jan 2021 16:00:01 +0100 Subject: [PATCH] Updated WPScan User Documentation (markdown) --- WPScan-User-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPScan-User-Documentation.md b/WPScan-User-Documentation.md index f0ba061..eeeaddb 100644 --- a/WPScan-User-Documentation.md +++ b/WPScan-User-Documentation.md @@ -138,7 +138,7 @@ _NOTE: Get your API token from [wpscan.com](https://wpscan.com/) if you also wan `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. +#### 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