Advertisement
thebramp

Untitled

Feb 5th, 2024
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ❯ curl -vvv https://wikicarpedia.com/
  2.  
  3. * Host wikicarpedia.com:443 was resolved.
  4. * IPv6: 2a02:c206:2065:5200::1
  5. * IPv4: 194.163.172.35
  6. * Trying 194.163.172.35:443...
  7. * Connected to wikicarpedia.com (194.163.172.35) port 443
  8. * ALPN: curl offers h2,http/1.1
  9. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  10. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  11. * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
  12. * TLSv1.3 (IN), TLS handshake, Certificate (11):
  13. * TLSv1.3 (IN), TLS handshake, CERT verify (15):
  14. * TLSv1.3 (IN), TLS handshake, Finished (20):
  15. * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
  16. * TLSv1.3 (OUT), TLS handshake, Finished (20):
  17. * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS
  18. * ALPN: server accepted h2
  19. * Server certificate:
  20. * subject: CN=wikicarpedia.com
  21. * start date: Feb 5 14:54:38 2024 GMT
  22. * expire date: May 5 14:54:37 2024 GMT
  23. * subjectAltName: host "wikicarpedia.com" matched cert's "wikicarpedia.com"
  24. * issuer: C=US; O=Let's Encrypt; CN=R3
  25. * SSL certificate verify ok.
  26. * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
  27. * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
  28. * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
  29. * using HTTP/2
  30. * [HTTP/2] [1] OPENED stream for https://wikicarpedia.com/
  31. * [HTTP/2] [1] [:method: GET]
  32. * [HTTP/2] [1] [:scheme: https]
  33. * [HTTP/2] [1] [:authority: wikicarpedia.com]
  34. * [HTTP/2] [1] [:path: /]
  35. * [HTTP/2] [1] [user-agent: curl/8.6.0]
  36. * [HTTP/2] [1] [accept: */*]
  37. > GET / HTTP/2
  38. > Host: wikicarpedia.com
  39. > User-Agent: curl/8.6.0
  40. > Accept: */*
  41. >
  42. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  43. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  44. * old SSL session ID is stale, removing
  45. < HTTP/2 200
  46. < server: nginx
  47. < date: Mon, 05 Feb 2024 17:28:42 GMT
  48. < content-type: text/html; charset=UTF-8
  49. < x-content-type-options: nosniff
  50. < vary: Accept-Encoding, Accept-Language, Cookie
  51. < expires: Mon, 05 Feb 2024 17:28:42 GMT
  52. < cache-control: private, must-revalidate, max-age=0
  53. < content-language: en
  54. < x-request-id: d5796344e931ed123cdc4bdf
  55. < strict-transport-security: max-age=31536000; preload
  56. < content-security-policy: default-src 'self' 'unsafe-inline' *.google-analytics.com *.doubleclick.net *.googlesyndication.com *.google.com; frame-ancestors 'self' *.googlesyndication.com; script-src 'self' 'unsafe-inline' *.google.com *.google.nl *.googleadservices.com *.google-analytics.com *.googletagmanager.com *.googlesyndication.com; img-src 'self' data: *.googletagmanager.com *.googlesyndication.com;
  57. < x-frame-options: SAMEORIGIN
  58. < referrer-policy: strict-origin
  59. < permissions-policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()
  60. < access-control-allow-origin: *.googlesyndication.com
  61. < x-xss-protection: 1; mode=block
  62. <
  63. * Connection #0 to host wikicarpedia.com left intact
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement