Advertisement
akurczyk

telnet to 80

Dec 1st, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [olo@olo-web ~]$ telnet h1f-3.e00.eu 80
  2. Trying 5.175.140.148...
  3. Connected to h1f-3.e00.eu.
  4. Escape character is '^]'.
  5. GET / HTTP/1.1
  6. Host: h1f-3.e00.eu
  7.  
  8. HTTP/1.1 200 OK
  9. Date: Sun, 02 Dec 2012 02:27:09 GMT
  10. Server: Apache/2.2.16 (Debian)
  11. Vary: Accept-Encoding
  12. Content-Length: 923
  13. Content-Type: text/html;charset=UTF-8
  14.  
  15. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  16. <html>
  17. <head>
  18. <title>Index of /</title>
  19. </head>
  20. <body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement