Advertisement
akurczyk

telnet to 80 #2

Dec 1st, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [olo@olo-web ~]$ telnet h1f-2.e00.eu 80
  2. Trying 5.175.140.148...
  3. Connected to h1f-2.e00.eu.
  4. Escape character is '^]'.
  5. GET / HTTP/1.1
  6. Host: h1f-2.e00.eu
  7.  
  8. HTTP/1.1 200 OK
  9. Date: Sun, 02 Dec 2012 02:28:30 GMT
  10. Server: Apache/2.2.16 (Debian)
  11. Last-Modified: Fri, 20 Apr 2012 00:24:40 GMT
  12. ETag: "588ce3c-b1-4be11506ec200"
  13. Accept-Ranges: bytes
  14. Content-Length: 177
  15. Vary: Accept-Encoding
  16. Content-Type: text/html
  17. X-Pad: avoid browser bug
  18.  
  19. <html><body><h1>It works!</h1>
  20. <p>This is the default web page for this server.</p>
  21. <p>The web server software is running but no content has been added, yet.</p>
  22. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement