Updated install instructions & other bits

This commit is contained in:
ethicalhack3r
2012-11-12 17:38:13 +01:00
parent 04c1d32cd9
commit 0a236e1651

View File

@@ -24,36 +24,58 @@ ryandewhurst at gmail
WPScan comes pre-installed on the following Linux distributions: WPScan comes pre-installed on the following Linux distributions:
- [BackTrack Linux](http://www.backtrack-linux.org/) since version 5 R1 in the /pentest/web/wpscan/ directory.
- [SamuraiWTF](http://samurai.inguardians.com/)
- [BackBox Linux](http://www.backbox.org/) - [BackBox Linux](http://www.backbox.org/)
- [BackTrack Linux](http://www.backtrack-linux.org/) (outdated WPScan installed, update needed)
- [Pentoo](http://www.pentoo.ch/) - [Pentoo](http://www.pentoo.ch/)
- [SamuraiWTF](http://samurai.inguardians.com/)
WPScan only supports Ruby => 1.9. Prerequisites:
- Ruby => 1.9
- RubyGems
- Git
*Installing on Debian/Ubuntu:* *Installing on Debian/Ubuntu:*
```sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev``` ```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``` ```sudo gem install bundler && bundle install```
*Installing on other nix:* (not tested) *Installing on Fedora:*
```sudo yum install libcurl-devel```
```git clone https://github.com/wpscanteam/wpscan.git```
```cd wpscan```
```sudo gem install bundler && bundle install``` ```sudo gem install bundler && bundle install```
*Installing on Mac OSX:* *Installing on Mac OSX:*
```git clone https://github.com/wpscanteam/wpscan.git```
```cd wpscan```
```sudo gem install bundler && bundle install``` ```sudo gem install bundler && bundle install```
#### KNOWN ISSUES #### KNOWN ISSUES
- Typhoeus segmentation fault - Typhoeus segmentation fault
Update curl to at least v7.21 (you may have to install it from sources) Update cURL to version => 7.21 (may have to install from source)
See http://code.google.com/p/wpscan/issues/detail?id=81 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" - If you have one the following errors : "-bash: !t: event not found", "-bash: !u: event not found"
It happens with enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t' It happens with 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 #### WPSCAN ARGUMENTS
--update Update to the latest revision --update Update to the latest revision