Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.96 KB | None | 0 0
  1. 12:20 PM mary@artax:~ $ host cs107.wac.edgecastcdn.net
  2. cs107.wac.edgecastcdn.net has address 93.184.216.146
  3.  
  4.  
  5. 12:20 PM mary@artax:~ $ host wildcard.twimg.com.tw.map.fastly.net
  6. wildcard.twimg.com.tw.map.fastly.net has address 199.96.57.7
  7.  
  8.  
  9. 12:21 PM mary@artax:~ $ telnet cs107.wac.edgecastcdn.net 443
  10. Trying 93.184.216.146...
  11. telnet: Unable to connect to remote host: Connection timed out
  12.  
  13.  
  14. 12:23 PM mary@artax:~ $ telnet wildcard.twimg.com.tw.map.fastly.net 443
  15. Trying 199.96.57.7...
  16. Connected to wildcard.twimg.com.tw.map.fastly.net.
  17. Escape character is '^]'.
  18. Connection closed by foreign host.
  19.  
  20.  
  21. 12:24 PM mary@artax:~ $ curl -svo /dev/null http://cs107.wac.edgecastcdn.net/media/CDN-DONOTDELETE.jpg -H "host: pbs.twimg.com"
  22. * About to connect() to cs107.wac.edgecastcdn.net port 80 (#0)
  23. *   Trying 93.184.216.146...
  24. * Connection timed out
  25. * couldn't connect to host
  26. * Closing connection #0
  27.  
  28.  
  29.  
  30. 12:25 PM mary@artax:~ $ curl -svo /dev/null http://wildcard.twimg.com.tw.map.fastly.net/media/CDN-DONOTDELETE.jpg -H "host:pbs.twimg.com"
  31. * About to connect() to wildcard.twimg.com.tw.map.fastly.net port 80 (#0)
  32. *   Trying 199.96.57.7...
  33. * connected
  34. * Connected to wildcard.twimg.com.tw.map.fastly.net (199.96.57.7) port 80 (#0)
  35. > GET /media/CDN-DONOTDELETE.jpg HTTP/1.1
  36. > User-Agent: curl/7.26.0
  37. > Accept: */*
  38. > host:pbs.twimg.com
  39. >
  40. * additional stuff not fine transfer.c:1037: 0 0
  41. * HTTP 1.1 or later with persistent connection, pipelining supported
  42. < HTTP/1.1 200 OK
  43. < content-md5: vZTdpOiQROZZzHQJrcrOBA==
  44. < etag: "vZTdpOiQROZZzHQJrcrOBA=="
  45. < last-modified: Thu, 26 Jun 2014 21:47:09 GMT
  46. < server: tfe
  47. < Content-Type: image/jpeg
  48. < Content-Length: 3811
  49. < Accept-Ranges: bytes
  50. < Date: Wed, 27 Aug 2014 16:55:59 GMT
  51. < Via: 1.1 varnish
  52. < Age: 312700
  53. < Connection: keep-alive
  54. < X-Served-By: cache-tw-mia1-cr1-4-TWMIA1
  55. < X-Cache: HIT
  56. < X-Cache-Hits: 222
  57. < Expires: Thu, 11 Sep 2014 16:55:59 GMT
  58. < X-Content-Type-Options: nosniff
  59. <
  60. { [data not shown]
  61. * Connection #0 to host wildcard.twimg.com.tw.map.fastly.net left intact
  62. * Closing connection #0
  63.  
  64.  
  65.  
  66. 12:25 PM mary@artax:~ $ curl -svo /dev/null https://cs107.wac.edgecastcdn.net/media/CDN-DONOTDELETE.jpg -H "host: pbs.twimg.com" -k
  67. * About to connect() to cs107.wac.edgecastcdn.net port 443 (#0)
  68. *   Trying 93.184.216.146...
  69. * Connection timed out
  70. * couldn't connect to host
  71. * Closing connection #0
  72.  
  73.  
  74.  
  75. 12:27 PM mary@artax:~ $ curl -svo /dev/null https://wildcard.twimg.com.tw.map.fastly.net/media/CDN-DONOTDELETE.jpg -H "
  76. > ^C
  77.  
  78.  
  79.  
  80. 12:27 PM mary@artax:~ $ curl -svo /dev/null https://wildcard.twimg.com.tw.map.fastly.net/media/CDN-DONOTDELETE.jpg -H "host: pbs.twimg.com"
  81. * About to connect() to wildcard.twimg.com.tw.map.fastly.net port 443 (#0)
  82. *   Trying 199.96.57.7...
  83. * connected
  84. * Connected to wildcard.twimg.com.tw.map.fastly.net (199.96.57.7) port 443 (#0)
  85. * successfully set certificate verify locations:
  86. *   CAfile: none
  87.  CApath: /etc/ssl/certs
  88. * SSLv3, TLS handshake, Client hello (1):
  89. } [data not shown]
  90. * SSLv3, TLS alert, Client hello (1):
  91. { [data not shown]
  92. * SSLv3, TLS handshake, Server hello (2):
  93. { [data not shown]
  94. * SSLv3, TLS handshake, CERT (11):
  95. { [data not shown]
  96. * SSLv3, TLS handshake, Server finished (14):
  97. { [data not shown]
  98. * SSLv3, TLS handshake, Client key exchange (16):
  99. } [data not shown]
  100. * SSLv3, TLS change cipher, Client hello (1):
  101. } [data not shown]
  102. * SSLv3, TLS handshake, Finished (20):
  103. } [data not shown]
  104. * SSLv3, TLS change cipher, Client hello (1):
  105. { [data not shown]
  106. * SSLv3, TLS handshake, Finished (20):
  107. { [data not shown]
  108. * SSL connection using RC4-SHA
  109. * Server certificate:
  110. *    subject: C=US; ST=California; L=San Francisco; O=Twitter, Inc.; CN=*.twimg.com
  111. *    start date: 2014-02-01 00:00:00 GMT
  112. *    expire date: 2015-05-06 12:00:00 GMT
  113. *    subjectAltName does not match wildcard.twimg.com.tw.map.fastly.net
  114. * Closing connection #0
  115. * SSLv3, TLS alert, Client hello (1):
  116. } [data not shown]
  117. * SSL peer certificate or SSH remote key was not OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement