Após telnet conecta o tipo: GET /
telnet stackoverflow.com 80
Trying 104.16.36.249...
Connected to stackoverflow.com.
Escape character is '^]'.
GET /
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
Você também pode usar o utilitário curl
.