Wget Tricks

Determine the Type & Version of a webserver:
wget -s -q -O - http://target.server.com | grep ^Server

Determine the total page size of a webpage including graphics and what not:
wget -r -nv --level=0 --ignore-tags=a --delete-after https://www.domain.com/whatever

Coding, Linux / Unix / CLI

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave Comment

(required)

(required)