Tag: ubuntu 13.10
There is 1 post with the "ubuntu 13.10" tag.
Install WPScan on Ubuntu 13.10
Posted on
2 min read
Prerequisites Since Ubuntu 13.10 doesn’t come set up for development work out of the box there are a few things you need to download and install first. Thankfully this is made easy by apt-get by just running the following command to get everything ready. sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential git Setting up WPScan First off we need to clone the git repository to get the code for WPScan. We can do
Read more...