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.
+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
Typhoeus segmentation fault - Update curl to at least v7.21 (you may have to install it from sources) - 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'
+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 +
--url | -u <target url> The WordPress URL/domain to scan.