From b2808cd4a09d3b964bd89aa733575166f2eb1585 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Fri, 3 Apr 2020 10:10:10 +0200 Subject: [PATCH] Updated WPScan User Documentation (markdown) --- WPScan-User-Documentation.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/WPScan-User-Documentation.md b/WPScan-User-Documentation.md index f87fb36..1b05b40 100644 --- a/WPScan-User-Documentation.md +++ b/WPScan-User-Documentation.md @@ -24,6 +24,28 @@ Example Docker command to enumerate usernames: `docker run -it --rm wpscanteam/wpscan --url https://example.com/ --enumerate u` +## Updating + +## WPScan + +To update the WPScan software: + +`gem update wpscan` + +### Kali Linux + +To update WPScan in Kali Linux or other Linux distribution: + +`apt-get update && apt-get upgrade` + +## Metadata Data + +WPScan keeps a local database of metadata that is used to output useful information, such as the latest version of a plugin. The local database can be updated with the following command: + +`wpscan --update` + +_Please note that this data does not include the vulnerability data._ + ## Enumeration Modes When enumerating the WordPress version, installed plugins or installed themes, you can use three different "modes", which are: