
WhatWeb
Commands
Basic Usage
whatweb reddit.com
JSON
# output as stdout in JSON format
whatweb 172.16.10.10:8081 --log-json=/dev/stdout --quiet | jq
# extract server headers
whatweb 172.16.10.10:8081 --log-json=/dev/stdout --quiet | jq '.[0].plugins.HTTPServer.string[0]'
Resources
Last updated
Was this helpful?