Scroll to navigation

WHATWEB(1) General Commands Manual WHATWEB(1)

NAME

WhatWeb - Next generation Web scanner. Identify technologies used by websites.

SYNOPSIS

whatweb [options] <URLs>

DESCRIPTION

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 1800 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.

* Over 1800 plugins
* Control the trade off between speed/stealth and reliability
* Performance tuning. Control how many websites to scan concurrently.
* Multiple log formats: Brief (greppable), Verbose (human readable), XML, JSON, MagicTree, RubyObject, MongoDB, SQL.
* Proxy support including TOR
* Custom HTTP headers
* Basic HTTP authentication
* Control over webpage redirection
* IP address ranges
* Fuzzy matching
* Result certainty awareness
* Custom plugins defined on the command line
* IDN (International Domain Name) support

TARGET SELECTION

<TARGETs>
Enter URLs, hostnames, IP adddresses, filenames or IP ranges in CIDR, x.x.x-x, or x.x.x.x-x.x.x.x format.
Identify URLs found in FILE

TARGET MODIFICATION

Add a prefix to target URLs
Add a suffix to target URLs
Insert the targets into a URL. Requires --input-file, eg. www.example.com/%insert%/robots.txt

AGGRESSION

Set the aggression level. Default: 1.

1. Stealthy Makes one HTTP request per target and also follows redirects.

3. Aggressive If a level 1 plugin is matched, additional requests will be made.
4. Heavy Makes a lot of HTTP requests per target. URLs from all plugins are attempted.

HTTP OPTIONS

Identify as AGENT instead of WhatWeb/0.4.9.
Add an HTTP header. eg "Foo:Bar". Specifying a default header will replace it. Specifying an empty value, e.g. "User-Agent:" will remove it.
Control when to follow redirects. WHEN may be `never', `http-only', `meta-only', `same-site', or `always'. Default: always.
Maximum number of redirects. Default: 10.

AUTHENTICATION

HTTP basic authentication.
Use cookies, e.g. 'name=value; name2=value2'.

PROXY

--proxy <hostname[:port]> Set proxy hostname and port. Default: 8080.

<username:password> Set proxy user and password.

PLUGINS

List all plugins.
List all plugins with detailed information. Optionally search with keywords in a comma delimited list.
Search plugins for a keyword.
Select plugins. LIST is a comma delimited set of selected plugins. Default is all. Each element can be a directory, file or plugin name and can optionally have a modifier, +/-.
Examples: +/tmp/moo.rb,+/tmp/foo.rb
title,md5,+./plugins-disabled/
-p + is a shortcut for -p +plugins-disabled.
Search for STRING or a Regular Expression. Shows only the results that match.
Examples: --grep "hello"
--grep "/he[l]*o/"
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.
    

OUTPUT

Verbose output includes plugin descriptions. Use twice for debugging.
control whether colour is used. WHEN may be `never', `always', or `auto'.
Do not display brief logging to STDOUT.
Suppress error messages.

LOGGING

Log brief, one-line output.
Log verbose output.
Log errors.
Log XML format.
Log JSON format.
Log SQL INSERT statements.
Create SQL database tables.
Log JSON Verbose format.
Log MagicTree XML format.
Log Ruby object inspection format.
Name of the MongoDB database.
Name of the MongoDB collection. Default: whatweb.
MongoDB hostname or IP address. Default: 0.0.0.0.
MongoDB username. Default: nil.
MongoDB password. Default: nil.
Name of the index to store results. Default: whatweb
Host:port of the elastic http interface. Default: 127.0.0.1:9200s

PERFORMANCE & STABILITY

Number of simultaneous threads. Default: 25.
Time in seconds. Default: 15.
Time in seconds. Default: 30.
Wait SECONDS between connections. This is useful when using a single thread.

HELP & MISCELLANEOUS

Short usage help.
Complete usage help.
Raise errors in plugins.
Display version information.

EXAMPLE USAGE


./whatweb example.com

./whatweb -v reddit.com slashdot.org

./whatweb -a 3 www.wired.com

whatweb --no-errors 192.168.0.0/24

whatweb --no-errors --url-prefix https://192.168.0.0/24

./whatweb -i plugin-development/alexa-top-100.txt --url-suffix /crossdomain.xml -p crossdomain_xml

BUGS

Report bugs and feature requests to https://github.com/urbanadventurer/WhatWeb

AUTHOR

Developed by Andrew Horton (urbanadventurer) and Brendan Coles (bcoles).

HOMEPAGE

https://www.morningstarsecurity.com/research/whatweb

SOURCECODE

https://github.com/urbanadventurer/WhatWeb/

December 14th, 2020