Advertisement
Guest User

Untitled

a guest
Feb 13th, 2014
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. root@padme:~# curl -I "http://pbs.twimg.com/profile_images/378800000005095252/6fd76c3bd2acb91b6469ba1f35b3ea46_bigger.jpeg"
  2. HTTP/1.1 200 OK
  3. Accept-Ranges: bytes
  4. content-md5: 5iIHN/Dk6J5tRPG6Uzklag==
  5. Content-Type: image/jpeg
  6. Date: Fri, 14 Feb 2014 04:11:55 GMT
  7. Etag: "5iIHN/Dk6J5tRPG6Uzklag=="
  8. expires: Fri, 21 Feb 2014 04:11:55 GMT
  9. Last-Modified: Mon, 02 Sep 2013 05:35:53 GMT
  10. Server: ECS (fll/0767)
  11. X-Cache: HIT
  12. Content-Length: 2083
  13.  
  14. root@padme:~# curl -I "https://pbs.twimg.com/profile_images/378800000005095252/6fd76c3bd2acb91b6469ba1f35b3ea46_bigger.jpeg"
  15. HTTP/1.1 200 OK
  16. Accept-Ranges: bytes
  17. content-md5: 5iIHN/Dk6J5tRPG6Uzklag==
  18. Content-Type: image/jpeg
  19. Date: Fri, 14 Feb 2014 04:12:01 GMT
  20. Etag: "5iIHN/Dk6J5tRPG6Uzklag=="
  21. expires: Fri, 21 Feb 2014 04:12:01 GMT
  22. Last-Modified: Mon, 02 Sep 2013 05:35:53 GMT
  23. Server: ECS (fll/075B)
  24. X-Cache: HIT
  25. Content-Length: 2083
  26.  
  27. root@padme:~# traceroute -n pbs.twimg.com
  28. traceroute to pbs.twimg.com (93.184.216.139), 30 hops max, 60 byte packets
  29. 1 * * *
  30. 2 10.1.236.37 83.702 ms 83.779 ms 83.840 ms
  31. 3 10.1.230.141 82.439 ms 82.535 ms 83.433 ms
  32. 4 10.1.230.38 85.426 ms 85.544 ms 85.821 ms
  33. 5 10.1.230.58 83.924 ms 84.761 ms 84.857 ms
  34. 6 64.215.248.93 582.528 ms 505.852 ms 506.005 ms
  35. 7 213.248.76.189 500.377 ms 500.383 ms 500.411 ms
  36. 8 62.115.33.130 503.461 ms 62.115.33.126 503.441 ms 80.239.128.250 501.347 ms
  37. 9 93.184.216.139 501.120 ms 498.898 ms 500.538 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement