# Default
nikto -h http://0.0.0.0
# scan domain with ssl enabled
nikto -h https://0.0.0.0 -ssl
Whatweb
# install
git clone https://github.com/urbanadventurer/WhatWeb.git
cd WhatWeb
make install
# usage
# Default scan
whatweb $ip
# Scan the local network quickly and suppress errors
whatweb --no-errors $network
whatweb --aggression=Stealthy/Aggressive/Heavy --verbose
# Scan reddit.com slashdot.org with verbose plugin descriptions
whatweb -v reddit.com slashdot.org
# An aggressive scan of wired.com detects the exact version of WordPress.
whatweb -a 3 www.wired.com
# Scan the local network for https websites
whatweb --no-errors --url-prefix https:// $network
hatWeb identifies websites. It recognizes web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices.