Janik von Rotz


1 min read

Install WPScan

This post is part of my Your own Virtual Private Server hosting solution project.
Get the latest version of this article here: https://gist.github.com/11214650.

Introduction

WPScan is a black box WordPress vulnerability scanner.

Requirements

Installation

First clone the WPScan repository from GitHub.

cd /usr/local/src/
sudo git clone https://github.com/wpscanteam/wpscan.git

Now install the bundler gem.

sudo chown [current username]:[current username] wpscan/
cd wpscan/
gem install bundler

Install the WPScan project with user priviliges.

bundle install --without test

Run a scan.

ruby wpscan.rb --url [url]

Source

WPScan Github Repository

Categories: Security
Tags: exploit , hardening , security , vulnerability , wordpress
Improve this page
Show statistic for this page