From e49a682f004208fb519a1725b53d04e15e40a43d Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Fri, 1 May 2020 11:35:39 +0200 Subject: [PATCH] Add user documentation URL to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dd9fba2..d28b708b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ docker run -it --rm wpscanteam/wpscan --url https://target.tld/ --enumerate u1-1 # Usage +Full user documentation can be found here; https://github.com/wpscanteam/wpscan/wiki/WPScan-User-Documentation + ```wpscan --url blog.tld``` This will scan the blog using default options with a good compromise between speed and accuracy. For example, the plugins will be checked passively but their version with a mixed detection mode (passively + aggressively). Potential config backup files will also be checked, along with other interesting findings. If a more stealthy approach is required, then ```wpscan --stealthy --url blog.tld``` can be used.