Advertisement
akurczyk

http

Aug 29th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [olo@home ~]$ telnet www.anonymoushackers.org 80
  2. Trying 5.35.210.2...
  3. Connected to www.anonymoushackers.org.
  4. Escape character is '^]'.
  5. GET / HTTP/1.1
  6. Host: 5.35.210.2
  7.  
  8. HTTP/1.1 200 OK
  9. Date: Fri, 30 Aug 2013 01:14:48 GMT
  10. Server: Apache
  11. Last-Modified: Thu, 04 May 2006 13:21:31 GMT
  12. ETag: "34c858-244-412f6484b6cc0"
  13. Accept-Ranges: bytes
  14. Content-Length: 580
  15. Vary: Accept-Encoding,User-Agent
  16. Connection: close
  17. Content-Type: text/html
  18.  
  19. <html>
  20. <head>
  21. <title>CAMSCAPE SERVICES</title>
  22. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  23. </head>
  24.  
  25. <body bgcolor="#FFFFFF">
  26. <br>
  27. <br>
  28. <br>
  29. <br>
  30. <br>
  31. <br>
  32. <br>
  33. <table width="75%" border="0" align="center">
  34. <tr>
  35. <td colspan="3" style="border: solid 1px blue;">
  36. <div align="center">
  37. <p><font face="Verdana, Arial, Helvetica, sans-serif" size="3" color="#000099"><b><br>
  38. WEB/HTTP SERVICE FOR THIS HOST NAME NOT AVAILABLE<br>
  39. <br>
  40. </b></font></p>
  41. </div>
  42. </td>
  43. </tr>
  44. </table>
  45. </body>
  46. </html>
  47. Connection closed by foreign host.
  48. [olo@home ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement