
WPScan installation on Ubuntu
Install packages
apt-get install git
apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev
apt-get zliblg-dev liblzma-dev
Use git to clone branch of WPScan
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan
sudo gem install bundler && bundle install --without test development
Lunch it with ruby and check usage options
ruby wpscan.rb
To update WPSca...