Next generation web scanner. Identify what websites are running.
Released 29th November, 2009 at the Kiwicon conference (kiwicon.org) in Wellington, New Zealand.
Download whatweb-0.3.tar.gz
Latest Version 0.3
License GPLv3
Author Andrew Horton aka urbanadventurer
Examples
Usage
Updated Installation Instructions
Please contact me if you have trouble installing
INSTALL
Installation instructions for Ubuntu Linux
1. Install Ruby, etc
—————————————
sudo apt-get install ruby ruby-dev libopenssl-ruby libxslt-ruby libxslt1-dev
2. For Ubuntu 9.04, 9.10, etc. Install RubyGems
—————————————
sudo apt-get install rubygems
2. For BackTrack 4 BETA, Ubuntu 8.04, etc
————————————
(Warning this will remove all your gems)
wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz
tar xzvf rubygems-1.3.1.tgz
cd rubygems-1.3.1
sudo ruby setup.rb
sudo ln -s /usr/bin/gem1.8 /usr/bin/gem
sudo gem update –system
3. Install Anemone, Spidering library
—————————————
sudo gem install anemone
Please contact me if these installation instructions don’t work for you.