Monthly Archives: May 2016

Fun with Telnet

telnet can be used to connect you to servername on a specified port. You can gather information from the data returned from that connection: telnet servername.com port Then type: HEAD / HTTP/1.0 bash-3.2# telnet 310.210.7.222 80 Trying 310.210.7.222… Connected to … Continue reading

Posted in Linux | Comments Off on Fun with Telnet