Advertisement
Guest User

iCloud MITM

a guest
Oct 20th, 2014
10,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. * About to connect() to 23.59.94.46 port 443 (#0)
  2. * Trying 23.59.94.46...
  3. * connected
  4. * Connected to 23.59.94.46 (23.59.94.46) port 443 (#0)
  5. * successfully set certificate verify locations:
  6. * CAfile: none
  7. CApath: /etc/ssl/certs
  8. * SSLv3, TLS handshake, Client hello (1):
  9. * SSLv3, TLS handshake, Server hello (2):
  10. * SSLv3, TLS handshake, CERT (11):
  11. * SSLv3, TLS handshake, Server finished (14):
  12. * SSLv3, TLS handshake, Client key exchange (16):
  13. * SSLv3, TLS change cipher, Client hello (1):
  14. * SSLv3, TLS handshake, Finished (20):
  15. * SSLv3, TLS change cipher, Client hello (1):
  16. * SSLv3, TLS handshake, Finished (20):
  17. * SSL connection using AES256-SHA
  18. * Server certificate:
  19. * subject: C=cn; O=www.icloud.com; CN=www.icloud.com
  20. * start date: 2014-10-04 10:35:47 GMT
  21. * expire date: 2015-10-04 10:35:47 GMT
  22. * issuer: C=cn; O=www.icloud.com; CN=www.icloud.com
  23. * SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
  24. > HEAD / HTTP/1.1
  25. > User-Agent: curl/7.26.0
  26. > Accept: */*
  27. > Host: www.icloud.com
  28. >
  29. * additional stuff not fine transfer.c:1037: 0 0
  30. * HTTP 1.1 or later with persistent connection, pipelining supported
  31. < HTTP/1.1 200 OK
  32. HTTP/1.1 200 OK
  33. < Server: Apache
  34. Server: Apache
  35. < Last-Modified: Tue, 16 Sep 2014 16:32:33 GMT
  36. Last-Modified: Tue, 16 Sep 2014 16:32:33 GMT
  37. < ETag: "5d35-503314c5d0a40"
  38. ETag: "5d35-503314c5d0a40"
  39. < Cache-Control: no-cache, no-store, private
  40. Cache-Control: no-cache, no-store, private
  41. < Expires: Sat, 18 Oct 2014 04:42:19 GMT
  42. Expires: Sat, 18 Oct 2014 04:42:19 GMT
  43. < Strict-Transport-Security: max-age=31536000; includeSubDomains
  44. Strict-Transport-Security: max-age=31536000; includeSubDomains
  45. < X-UA-Compatible: IE=Edge
  46. X-UA-Compatible: IE=Edge
  47. < X-Frame-Options: SAMEORIGIN
  48. X-Frame-Options: SAMEORIGIN
  49. < Content-Type: text/html; charset=utf-8
  50. Content-Type: text/html; charset=utf-8
  51. < Content-Language: en-us
  52. Content-Language: en-us
  53. < Date: Sat, 18 Oct 2014 04:42:19 GMT
  54. Date: Sat, 18 Oct 2014 04:42:19 GMT
  55. < Connection: keep-alive
  56. Connection: keep-alive
  57. * no chunk, no close, no size. Assume close to signal end
  58.  
  59. <
  60. * Closing connection #0
  61. * SSLv3, TLS alert, Client hello (1):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement