2025-01-28 18:40:48 +02:00
|
|
|
# whatweb
|
|
|
|
|
|
|
|
> Next-generation web scanner.
|
|
|
|
> More information: <https://morningstarsecurity.com/research/whatweb>.
|
|
|
|
|
|
|
|
- Scan websites/targets for web technologies:
|
|
|
|
|
|
|
|
`whatweb {{website1 website2 ...}}`
|
|
|
|
|
|
|
|
- Read targets/websites from a file:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`whatweb {{[-i|--input-file]}} {{targets_file}}`
|
2025-01-28 18:40:48 +02:00
|
|
|
|
|
|
|
- Scan a website/target in verbose mode:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`whatweb {{[-v|--verbose]}} {{example.com}}`
|
2025-01-28 18:40:48 +02:00
|
|
|
|
|
|
|
- Run an aggressive scan on a website:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`whatweb {{[-a|--aggression]}} 3 {{example.com}}`
|
2025-01-28 18:40:48 +02:00
|
|
|
|
|
|
|
- Scan a network and suppress errors:
|
|
|
|
|
|
|
|
`whatweb --no-errors {{192.168.0.0/24}}`
|
|
|
|
|
|
|
|
- List plugins:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`whatweb {{[-l|--list-plugins]}}`
|
2025-01-28 18:40:48 +02:00
|
|
|
|
|
|
|
- List plugin details:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`whatweb {{[-I|--info-plugins]}} {{plugin_name}}`
|