Advertisement
Guest User

Untitled

a guest
Aug 10th, 2011
2,236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. $ ping facebook.com
  2. PING facebook.com (69.63.189.11) 56(84) bytes of data.
  3. 64 bytes from www-10-01-ash2.facebook.com (69.63.189.11): icmp_req=1 ttl=244 time=18.9 ms
  4. 64 bytes from www-10-01-ash2.facebook.com (69.63.189.11): icmp_req=2 ttl=244 time=20.5 ms
  5. 64 bytes from www-10-01-ash2.facebook.com (69.63.189.11): icmp_req=3 ttl=244 time=18.0 ms
  6. ^C
  7. --- facebook.com ping statistics ---
  8. 3 packets transmitted, 3 received, 0% packet loss, time 2002ms
  9. rtt min/avg/max/mdev = 18.007/19.155/20.540/1.059 ms
  10. $ clear
  11.  
  12. $ wget http://www.facebook.com/logout.php
  13. --2011-08-10 23:08:57-- http://www.facebook.com/logout.php
  14. Resolving www.facebook.com... 66.220.158.47
  15. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  16. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  17. Retrying.
  18.  
  19. --2011-08-10 23:08:58-- (try: 2) http://www.facebook.com/logout.php
  20. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  21. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  22. Retrying.
  23.  
  24. --2011-08-10 23:09:00-- (try: 3) http://www.facebook.com/logout.php
  25. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  26. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  27. Retrying.
  28.  
  29. --2011-08-10 23:09:03-- (try: 4) http://www.facebook.com/logout.php
  30. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  31. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  32. Retrying.
  33.  
  34. --2011-08-10 23:09:07-- (try: 5) http://www.facebook.com/logout.php
  35. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  36. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  37. Retrying.
  38.  
  39. --2011-08-10 23:09:12-- (try: 6) http://www.facebook.com/logout.php
  40. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  41. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  42. Retrying.
  43.  
  44. --2011-08-10 23:09:18-- (try: 7) http://www.facebook.com/logout.php
  45. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  46. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  47. Retrying.
  48.  
  49. --2011-08-10 23:09:30-- (try: 8) http://www.facebook.com/logout.php
  50. Connecting to www.facebook.com|66.220.158.47|:80... connected.
  51. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  52. Retrying.
  53.  
  54. ^C
  55. $ wget http://www.facebook.com/home.php
  56. --2011-08-10 23:09:36-- http://www.facebook.com/home.php
  57. Resolving www.facebook.com... 69.63.190.18
  58. Connecting to www.facebook.com|69.63.190.18|:80... connected.
  59. HTTP request sent, awaiting response... 302 Found
  60. Location: http://www.facebook.com/common/browser.php [following]
  61. --2011-08-10 23:09:36-- http://www.facebook.com/common/browser.php
  62. Reusing existing connection to www.facebook.com:80.
  63. HTTP request sent, awaiting response... 200 OK
  64. Length: 12598 (12K) [text/html]
  65. Saving to: `home.php'
  66.  
  67. 100%[====================================================================================>] 12,598 --.-K/s in 0.03s
  68.  
  69. 2011-08-10 23:09:37 (475 KB/s) - `home.php' saved [12598/12598]
  70.  
  71. $ nano home.php
  72. $ wget http://www.facebook.com/logout.php
  73. --2011-08-10 23:10:54-- http://www.facebook.com/logout.php
  74. Resolving www.facebook.com... 66.220.153.15
  75. Connecting to www.facebook.com|66.220.153.15|:80... connected.
  76. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  77. Retrying.
  78.  
  79. --2011-08-10 23:10:55-- (try: 2) http://www.facebook.com/logout.php
  80. Connecting to www.facebook.com|66.220.153.15|:80... connected.
  81. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
  82. Retrying.
  83.  
  84. ^C
  85. $ wget http://www.facebook.com/login.php
  86. --2011-08-10 23:10:59-- http://www.facebook.com/login.php
  87. Resolving www.facebook.com... 66.220.158.18
  88. Connecting to www.facebook.com|66.220.158.18|:80... connected.
  89. HTTP request sent, awaiting response... ^C
  90. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement