Skip to content

Instantly share code, notes, and snippets.

@janikvonrotz
Last active October 18, 2020 17:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save janikvonrotz/11214650 to your computer and use it in GitHub Desktop.
Save janikvonrotz/11214650 to your computer and use it in GitHub Desktop.
Ubuntu: Install WPScan #Ubuntu #WordPress #Markdown

Introduction

WPScan is a black box WordPress vulnerability scanner.

Requirements

  • Ubntu server
  • libcurl4-gnutls-dev, libopenssl-ruby, libxml2, libxml2-dev, libxslt1-dev, ruby-dev
  • Git
  • Ruby and RubyGems with RVM

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

@matdombrock
Copy link

Thanks! This works in Bunsen Labs - Hydrogen as well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment