WHATWEB(1) | General Commands Manual | WHATWEB(1) |
WhatWeb - Next generation Web scanner. Identify technologies used by websites.
whatweb [options] <URLs>
WhatWeb identifies websites. It's goal is to answer the question, "What is that Website?". WhatWeb recognises web technologies including content management systems (CMS), blogging platforms, statistic/analytics packages, JavaScript libraries, web servers, and embedded devices. WhatWeb has over 1700 plugins, each to recognise something different. WhatWeb also identifies version numbers, email addresses, account ID's, web framework modules, SQL errors, and more.
WhatWeb can be stealthy and fast, or thorough but slow. WhatWeb supports an aggression level to control the trade off between speed and reliability. When you visit a website in your browser, the transaction includes many hints of what web technologies are powering that website. Sometimes a single webpage visit contains enough information to identify a website but when it does not, WhatWeb can interrogate the website further. The default level of aggression, called 'passive', is the fastest and requires only one HTTP request of a website. This is suitable for scanning public websites. More aggressive modes were developed for in penetration tests.
Most WhatWeb plugins are thorough and recognise a range of cues from subtle to obvious. For example, most WordPress websites can be identified by the meta HTML tag, e.g. '<meta name="generator" content="WordPress 2.6.5">', but a minority of WordPress websites remove this identifying tag but this does not thwart WhatWeb. The WordPress WhatWeb plugin has over 15 tests, which include checking the favicon, default installation files, login pages, and checking for "/wp-content/" within relative links.
--proxy <hostname[:port]> Set proxy hostname and port. Default: 8080.
title,md5,+./plugins-disabled/ -p + is a shortcut for -p +plugins-disabled.
Search for STRING in HTTP responses. Reports with a plugin named Grep.
Define a custom plugin named Custom-Plugin,
":version=>/powered[ ]?by ab[0-9]/" ":ghdb=>'intitle:abc ":md5=>'8666257030b94d3bdb46e05945f60b42'" "{:text=>'powered by abc'}"
List Google dorks for the selected plugin.
Report bugs and feature requests to https://github.com/urbanadventurer/WhatWeb
WhatWeb was written by Andrew Horton aka urbanadventurer, and Brendan Coles.
http://www.morningstarsecurity.com/research/whatweb
November 23rd, 2017 |