From 3879d905e46285729fa5178e5e04c6de75646670 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Fri, 5 Feb 2021 10:22:53 +0100 Subject: [PATCH] Updated WPScan User Documentation (markdown) --- WPScan-User-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WPScan-User-Documentation.md b/WPScan-User-Documentation.md index 6e57d30..991899f 100644 --- a/WPScan-User-Documentation.md +++ b/WPScan-User-Documentation.md @@ -130,11 +130,11 @@ Here we have put together a bunch of common commands that will help you get star _NOTE: Get your API token from [wpscan.com](https://wpscan.com/) if you also want the vulnerabilities associated with the detected plugin displaying._ -#### For all plugins with known vulnerabilities: +#### Enumerate all plugins with known vulnerabilities: `wpscan --url example.com -e vp --plugins-detection mixed --api-token YOUR_TOKEN` -#### For all plugins in our database (could take a very long time): +#### Enumerate all plugins in our database (could take a very long time): `wpscan --url example.com -e ap --plugins-detection mixed --api-token YOUR_TOKEN`