Skip to content
bcoles edited this page Dec 28, 2010 · 32 revisions

Read the Install file from the repository.

Source

Source Archive

Packages

Please note that these packages may not be up to date.

WhatWeb is bundled with:

  • BackTrack (The Default Penetration Testing Distribution)
  • Blackbuntu Linux (Ubuntu Penetration Testing Distribution)
  • PenToo (Gentoo Penetrating Testing Distribution)

Tutorials

Archangel Amael has written a tutorial on using WhatWeb 0.4.2 in Backtrack 4

Quick guide to get Whatweb going in BT4

Optional Dependencies

WhatWeb gracefully degrades when these dependencies aren't available. Gems are ruby libraries.

Em-Resolv-Replace

Greatly improves speed with concurrent DNS resolution.

sudo gem install em-resolv-replace

JSON

Provides JSON format logging.

sudo gem install json

MongoDB

Provides logging to Mongo databases.

sudo gem install bison
sudo gem install bson_ext
sudo gem install mongo

RChardet

Character set detection which is required for converting results to UTF-8. This is required for stable logging to MongoDB and JSON.

sudo gem install rchardet