From 76246f279fe9597953e51b0580219308bd0b9878 Mon Sep 17 00:00:00 2001 From: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:40:48 +0200 Subject: [PATCH] whatweb: add page (#15624) Co-authored-by: Wiktor Perskawiec Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/whatweb.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/whatweb.md diff --git a/pages/common/whatweb.md b/pages/common/whatweb.md new file mode 100644 index 0000000000..01d1541f99 --- /dev/null +++ b/pages/common/whatweb.md @@ -0,0 +1,32 @@ +# whatweb + +> Next-generation web scanner. +> More information: . + +- 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}}`