Last updated 1 year ago
Was this helpful?
whatweb reddit.com
whatweb -i list.txt
whatweb -a 3 www.wired.com
# 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]'