Tell-Me-Web (Automating WhatWeb from NMap output)
The tell-me-web takes nmap output in Grepable format (-oG) generated together with -sV option. It extracts all hosts with http & https ports open. Then it feeds them into whatweb.
Log Path
Scan results can be found in logs/ folder.
How to configure
If you don't want to use default whatweb installation in BT 4 (/pentest/enumeration/www/whatweb/whatweb), edit $whatweb variable and insert it your whatweb path in whatweb.config file. Then do svn ignore whatweb.config (svn propedit svn:ignore ./whatweb.config)
How to download/update
svn co http://tellmeweb.googlecode.com/svn/trunk/ tellmeweb