Advertisement
Guest User

curl

a guest
Feb 28th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. cool-mac-book:~ asterialnox$ curl -v --head https://github.com
  2. * Rebuilt URL to: https://github.com/
  3. * Trying 140.82.114.4...
  4. * TCP_NODELAY set
  5. * Connected to github.com (140.82.114.4) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  9. * successfully set certificate verify locations:
  10. * CAfile: /etc/ssl/cert.pem
  11. CApath: none
  12. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  13. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  14. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  15. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  16. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  17. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  18. * TLSv1.2 (OUT), TLS change cipher, Client hello (1):
  19. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  20. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  21. * TLSv1.2 (IN), TLS handshake, Finished (20):
  22. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  23. * ALPN, server accepted to use h2
  24. * Server certificate:
  25. * subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
  26. * start date: May 5 00:00:00 2020 GMT
  27. * expire date: May 10 12:00:00 2022 GMT
  28. * subjectAltName: host "github.com" matched cert's "github.com"
  29. * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
  30. * SSL certificate verify ok.
  31. * Using HTTP2, server supports multi-use
  32. * Connection state changed (HTTP/2 confirmed)
  33. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  34. * Using Stream ID: 1 (easy handle 0x7fb94a00f800)
  35. > HEAD / HTTP/2
  36. > Host: github.com
  37. > User-Agent: curl/7.54.0
  38. > Accept: */*
  39. >
  40. * Connection state changed (MAX_CONCURRENT_STREAMS updated)!
  41. < HTTP/2 200
  42. HTTP/2 200
  43. < server: GitHub.com
  44. server: GitHub.com
  45. < date: Sun, 28 Feb 2021 20:28:39 GMT
  46. date: Sun, 28 Feb 2021 20:28:39 GMT
  47. < content-type: text/html; charset=utf-8
  48. content-type: text/html; charset=utf-8
  49. < vary: X-PJAX, Accept-Language, Accept-Encoding, Accept, X-Requested-With
  50. vary: X-PJAX, Accept-Language, Accept-Encoding, Accept, X-Requested-With
  51. < x-rails-requested-accept-language: en
  52. x-rails-requested-accept-language: en
  53. < content-language: en-US
  54. content-language: en-US
  55. < etag: W/"24b7072f2d608dc62cc32e2e2a701dd1"
  56. etag: W/"24b7072f2d608dc62cc32e2e2a701dd1"
  57. < cache-control: max-age=0, private, must-revalidate
  58. cache-control: max-age=0, private, must-revalidate
  59. < strict-transport-security: max-age=31536000; includeSubdomains; preload
  60. strict-transport-security: max-age=31536000; includeSubdomains; preload
  61. < x-frame-options: deny
  62. x-frame-options: deny
  63. < x-content-type-options: nosniff
  64. x-content-type-options: nosniff
  65. < x-xss-protection: 1; mode=block
  66. x-xss-protection: 1; mode=block
  67. < referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
  68. referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
  69. < expect-ct: max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
  70. expect-ct: max-age=2592000, report-uri="https://api.github.com/_private/browser/errors"
  71. < content-security-policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; connect-src 'self' uploads.github.com www.githubstatus.com collector.githubapp.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com cdn.optimizely.com logx.optimizely.com/v1/events wss://alive.github.com github.githubassets.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com; frame-ancestors 'none'; frame-src render.githubusercontent.com; img-src 'self' data: github.githubassets.com identicons.github.com collector.githubapp.com github-cloud.s3.amazonaws.com user-images.githubusercontent.com/ *.githubusercontent.com customer-stories-feed.github.com spotlights-feed.github.com; manifest-src 'self'; media-src github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; worker-src github.com/socket-worker-5029ae85.js gist.github.com/socket-worker-5029ae85.js
  72. content-security-policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; connect-src 'self' uploads.github.com www.githubstatus.com collector.githubapp.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com cdn.optimizely.com logx.optimizely.com/v1/events wss://alive.github.com github.githubassets.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com; frame-ancestors 'none'; frame-src render.githubusercontent.com; img-src 'self' data: github.githubassets.com identicons.github.com collector.githubapp.com github-cloud.s3.amazonaws.com user-images.githubusercontent.com/ *.githubusercontent.com customer-stories-feed.github.com spotlights-feed.github.com; manifest-src 'self'; media-src github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; worker-src github.com/socket-worker-5029ae85.js gist.github.com/socket-worker-5029ae85.js
  73. < set-cookie: _gh_sess=gIlQ0trFEXtlT9INycZaJhVgZxltJB8Dl4gMmTfTejTRp7OUUhGhuO7aZVXsEAu2wc6l0sMD0YM309OKUeQNzc9%2BF2TKZH933NTuaVVU54qi5LqdvrkOQkoaZn39%2FI5KxF3b8WsMCVXqoCTIo%2FxsCMkBA5xl%2FJzzMnEFfkjWG0Ru5jZEhFNBzflCkdOQ%2Fxtfq6vr4Lf%2BIVUqUP%2Fx3bR74AOJaBrmktetZGAJwFPXfKAkoJsQVb6veMT6Bfw6LyeMlvk5G2iVhCfylj5oK0B5ZQ%3D%3D--B4IKBFWnHDHRZAfq--qiH0%2BmNP4xWQ4bK6O1dRCw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
  74. set-cookie: _gh_sess=gIlQ0trFEXtlT9INycZaJhVgZxltJB8Dl4gMmTfTejTRp7OUUhGhuO7aZVXsEAu2wc6l0sMD0YM309OKUeQNzc9%2BF2TKZH933NTuaVVU54qi5LqdvrkOQkoaZn39%2FI5KxF3b8WsMCVXqoCTIo%2FxsCMkBA5xl%2FJzzMnEFfkjWG0Ru5jZEhFNBzflCkdOQ%2Fxtfq6vr4Lf%2BIVUqUP%2Fx3bR74AOJaBrmktetZGAJwFPXfKAkoJsQVb6veMT6Bfw6LyeMlvk5G2iVhCfylj5oK0B5ZQ%3D%3D--B4IKBFWnHDHRZAfq--qiH0%2BmNP4xWQ4bK6O1dRCw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
  75. < set-cookie: _octo=GH1.1.92294236.1614544120; Path=/; Domain=github.com; Expires=Mon, 28 Feb 2022 20:28:40 GMT; Secure; SameSite=Lax
  76. set-cookie: _octo=GH1.1.92294236.1614544120; Path=/; Domain=github.com; Expires=Mon, 28 Feb 2022 20:28:40 GMT; Secure; SameSite=Lax
  77. < set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 28 Feb 2022 20:28:40 GMT; HttpOnly; Secure; SameSite=Lax
  78. set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 28 Feb 2022 20:28:40 GMT; HttpOnly; Secure; SameSite=Lax
  79. < accept-ranges: bytes
  80. accept-ranges: bytes
  81. < x-github-request-id: E4A4:1306:1F7F567:26B06A7:603BFCF8
  82. x-github-request-id: E4A4:1306:1F7F567:26B06A7:603BFCF8
  83.  
  84. <
  85. * Connection #0 to host github.com left intact
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement