How to install wpscan on Ubuntu 11.04,11.10,12.04

2012-01-23

Wpscan is wordpress vulnerability , very useful tool to check your wordpress security written on Ruby.WPScan can common security vulnerabilitie also it can list all plugins used by a website hosting WordPress. WPScan ubuntu WPScan Installation Steps: It can be install on Ubuntu older version also.But this is tested on 12.04(beta)/11.10/11.04 .

sudo apt-get install rails sudo apt-get install gem sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby sudo gem install typhoeus xml-simple sudo apt-get install subversion gem install –user-install typhoeus

Now Your System is ready to install Wpscan.

svn checkout http://wpscan.googlecode.com/svn/trunk/ ./wpscan

It is downloaded in your current path. To go WPScan folder Simply type cd wpscan Thanks for reading this article.