How to detect the web server used by a third-party website?

wget -SO- <website url> 2>&1 >/dev/null | grep "Server"

See also: