1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 14:55:25 +02:00

whatweb: add page (#15624)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Machiavelli 2025-01-28 18:40:48 +02:00 committed by GitHub
parent 31f4114fec
commit 76246f279f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
pages/common/whatweb.md Normal file
View file

@ -0,0 +1,32 @@
# 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:
`whatweb -i {{targets_file}}`
- Scan a website/target in verbose mode:
`whatweb -v {{example.com}}`
- Run an aggressive scan on a website:
`whatweb -a 3 {{example.com}}`
- Scan a network and suppress errors:
`whatweb --no-errors {{192.168.0.0/24}}`
- List plugins:
`whatweb -l`
- List plugin details:
`whatweb -I {{plugin_name}}`