Web Server Fingerprinting
Banner Grabbing
With Netcat
$ nc targetip port
HEAD / HTTP/1.0
// Two Empty
// Lines
SERVER RESPONSEFingerprinting with Httprint
httprint -P0 -h <target hosts> -s <signature file>Last updated