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
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.



