From 56a31d2f5ef13211594f37d57a8a896590b5bf31 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Fri, 3 Apr 2020 10:05:17 +0200 Subject: [PATCH] Updated WPScan User Documentation (markdown) --- WPScan-User-Documentation.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/WPScan-User-Documentation.md b/WPScan-User-Documentation.md index c484602..f87fb36 100644 --- a/WPScan-User-Documentation.md +++ b/WPScan-User-Documentation.md @@ -4,6 +4,26 @@ WPScan is a free, for non-commercial use, black box WordPress vulnerability scanner written for security professionals and blog maintainers to test the security of their sites. +WPScan is written in the Ruby programming language. The first version of WPScan was released on the [16th of June 2011](https://blog.dewhurstsecurity.com/2011/06/16/introducing-wpscan-wordpress-security-scanner.html). + +## Installation + +### Ruby Gem + +WPScan is shipped as a Ruby gem, and can be installed with the following command: + +`gem install wpscan` + +### Docker + +We also support Docker. Pull the repo with: + +`docker pull wpscanteam/wpscan` + +Example Docker command to enumerate usernames: + +`docker run -it --rm wpscanteam/wpscan --url https://example.com/ --enumerate u` + ## Enumeration Modes When enumerating the WordPress version, installed plugins or installed themes, you can use three different "modes", which are: