WPScan is a command line wp vulnerability scanner that can be used to scan WordPress vulnerabilities. It comes pre-installed on the following penetration testing Linux distributions.
WPScan is available from Github. Now let's see how to install WPScan on Ubuntu 16.04/16.10, Debian 8, Fedora 24, Arch Linux and explain how to use this wp exploit scanner.
How to Install WPScan on Ubuntu 16.04, 16.10First, install dependencies.
sudo apt install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential libgmp-dev zlib1g-devThen install Git version control tool.
sudo apt install gitClone the Github repository.
git clone https://github.com/wpscanteam/wpscan.gitInstall it.
cd wpscan sudo gem install bundler bundle install --without test development Install WPScan on Debian 8First, install dependencies
sudo apt install git ruby ruby-dev libcurl4-openssl-dev make zlib1g-devThen clone repository and install it
git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler bundle install --without test development Install WPScan on Fedora 24First, install dependencies.
sudo dnf install git gcc ruby-devel libxml2 libxml2-devel libxslt libxslt-devel libcurl-devel patch rpm-buildThen clone repository and install it
git clone https://github.com/wpscanteam/wpscan.git cd wpscan sudo gem install bundler bundle install --without test development Install WPScan on Arch LinuxFirst, install dependencies.
sudo pacman -Syu ruby libyaml gitThen clone repository and install it
git clone https://github.com/wpscanteam/wpscan.git cd wpscan gem install bundler bundle install --without test development How to Use WPScanMake sure you are in wpscan folder.
cd wpscanTo update database to the lastest version, run
ruby wpscan.rb --updateScan installed plugins
ruby wpscan.rb --url http(s)://your-domain.com --enumerate pScan vulnerable plugins
ruby wpscan.rb --url http(s)://your-domain.com --enumerate vpScan installed themes
ruby wpscan.rb --url http(s)://your-domain.com --enumerate tScan vulnerable themes
ruby wpscan.rb --url http(s)://your-domain.com --enumerate vtScan user accounts:
ruby wpscan.rb --url http(s)://your-domain.com --enumerate uScan vulnerable timthumb files:
ruby wpscan.rb --url http(s)://your-domain.com --enumerate ttEnjoy this wp vulnerability scanner. And as always, if you found this post useful, then subscribe to our free newsletter or follow us on Google+, Twitter or like our Facebook page. Thanks for visiting!
Source: Install and Use WPScan on Linux – A WordPress Vulnerability Scanner
No comments:
Post a Comment