D3F4
>Loading command center_

Web technology fingerprinting tool. Identifies CMS, blogging platforms, JavaScript libraries, web servers, analytics packages, and more.
Official docsIdentify technologies used by a target website
whatweb http://target.comSend multiple HTTP requests to uncover more technologies
whatweb -a 3 http://target.comUse all detection plugins with the most requests
whatweb -a 4 http://target.comScan several targets in a single command
whatweb http://target.com http://target2.com http://target3.comScan a list of URLs loaded from a file
whatweb -i targets.txtSave brief scan results to a log file
whatweb http://target.com --log-brief=output.txtExport scan results in JSON format
whatweb http://target.com --log-json=output.jsonSuppress the banner and only show results
whatweb -q http://target.comAlways follow HTTP redirects during scanning
whatweb http://target.com --follow-redirect=alwaysAdd an Authorization or custom header to requests
whatweb http://target.com --header='Authorization: Bearer TOKEN'Route requests through a proxy such as Burp Suite
whatweb http://target.com --proxy=http://127.0.0.1:8080Show all available detection plugins
whatweb --list-plugins