From 53942874226f68d68e117103e7fcdec22b296a9b Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Mon, 12 Nov 2012 18:01:38 +0100 Subject: [PATCH] Updated install instructions --- index.html | 60 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index cd3a2b01..a6d054f5 100644 --- a/index.html +++ b/index.html @@ -63,36 +63,68 @@

WPScan comes pre-installed on the following Linux distributions:

WPScan only supports Ruby => 1.9.

+
  • BackBox Linux
  • +
  • BackTrack Linux (outdated WPScan installed, update needed)
  • +
  • Pentoo
  • +
  • SamuraiWTF
  • + + +

    Prerequisites:

    + +

    Installing on Debian/Ubuntu:

    sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev

    +

    git clone https://github.com/wpscanteam/wpscan.git

    + +

    cd wpscan

    +

    sudo gem install bundler && bundle install

    -

    Installing on other nix: (not tested)

    +

    Installing on Fedora:

    -

    sudo gem install bundler && bundle install/code>

    +

    sudo yum install libcurl-devel

    + +

    git clone https://github.com/wpscanteam/wpscan.git

    + +

    cd wpscan

    + +

    sudo gem install bundler && bundle install

    Installing on Mac OSX:

    +

    git clone https://github.com/wpscanteam/wpscan.git

    + +

    cd wpscan

    +

    sudo gem install bundler && bundle install

    KNOWN ISSUES

    WPSCAN ARGUMENTS

    +
  • +Typhoeus segmentation fault + Update curl to at least v7.21 (may have to install from source) + See http://code.google.com/p/wpscan/issues/detail?id=81 +

  • +
  • +If you have one the following errors : "-bash: !t: event not found", "-bash: !u: event not found" + It happens whith enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t' +

  • +
  • +Proxy not working +Update cURL to version => 7.21.7 (may have to install from source). See https://github.com/wpscanteam/wpscan/issues/7 +

  • + + +

    WPSCAN ARGUMENTS

    --url   | -u <target url>  The WordPress URL/domain to scan.