
WhatWeb
Commands
Basic Usage
whatweb reddit.comwhatweb -i list.txtwhatweb -a 3 www.wired.comJSON
# 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?