Last updated 2 years ago
telnet 10.10.182.147 80 GET / HTTP/1.0 host: telnet
GET / HTTP/1.1 host: telnet
nc 10.10.182.147 GET / HTTP/1.1 host: netcat
GET / HTTP/1.0 host: netcat
Used when https is open on the host
openssl s_client -connect domain.com:443 GET / HTTP/1.0