WhatWeb
WhatWeb identifies web technologies, frameworks, and server details.
Installation
# Kali Linux
whatweb
# Git clone
git clone https://github.com/urbanadventurer/WhatWeb.git
cd WhatWeb
Basic Usage
# Single target
whatweb https://target.com
# Aggressive scan
whatweb -a 3 https://target.com
# Multiple targets
whatweb -i targets.txt
Scenarios
# Identify technologies on a list of hosts
whatweb -i hosts.txt -a 3
# Focus on a single host and log plugins used
whatweb -v https://target.com
# Only report specific plugins
whatweb --plugins WordPress,Apache https://target.com
# Limit scan speed to avoid rate limits
whatweb --max-threads 5 -i targets.txt