Domain strangernetwork.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:7::60:443 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 15:56:39 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9c4133990b5cee2f-YYZ
    Accept-Ranges: bytes
    last-modified: Mon, 26 Jan 2026 15:01:39 GMT
    x-rgw-object-type: Normal
    x-amz-request-id: tx0000037b56b4570564f07-0069778ea7-12ac58421-nyc3c
    Cache-Control: public,max-age=10,s-maxage=86400
    Age: 15
    x-do-app-origin: b099c087-129f-4d56-98b1-6bd4785ad728
    x-do-orig-status: 200
    cf-cache-status: HIT
    Set-Cookie: __cf_bm=idxXhkzjbrwdU.Z63KvBj9cgUAKvanvhI3RQTukczFM-1769442999-1.0.1.1-touVvov9HyduNTseOTugIUe6uyC.MLCW4Lus5o9V62rCI0GzHU9gl4yRDbIrU3GFiSJrnPMvOIxESVA_5GxRBqviFLegvz31c.pxpbSVOCI; path=/; expires=Mon, 26-Jan-26 16:26:39 GMT; domain=.strangernetwork.com; HttpOnly; Secure; SameSite=None
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: STRANGER
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>STRANGER</title>
    
      <link rel="prefetch" as="image" href="screenshots/screenshot1small.jpg">
      <link rel="prefetch" as="image" href="screenshots/screenshot2small.jpg">
      <link rel="prefetch" as="image" href="screenshots/screenshot3small.jpg">
    
    
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=UnifrakturMaguntia&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Oxygen+Mono&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
      <link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet">
      <style>
        @keyframes slideUpFade {
          from {
            opacity: 0;
            transform: translateY(15px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        @keyframes drawBox {
          0% {
            background-size:
              0% 1.25px,  /* top */
              1.25px 0%,  /* right */
              0% 1.25px,  /* bottom */
              1.25px 0%;  /* left */
          }
          50% {
            background-size:
              99% 1.25px, /* top done */
              1.25px 0%,   /* right not started */
              0% 1.25px,   /* bottom not started */
              1.25px 98.3%; /* left done */
          }
          100% {
            background-size:
              99.5% 1.25px,                 /* top - full width to meet right line */
              1.25px 98.3%,   /* right - extend past bottom to meet bottom line */
              99.5% 1.25px,   /* bottom - extend past right edge */
              1.25px 98.3%;                  /* left - full height */
          }
        }
    
        body {
          background-color: #fff;
          color: #000;
          font-family: 'Inter', monospace;
          white-space: pre;
          font-size: clamp(11.5px, 2vw, 14px);
          font-weight: 400;
          line-height: 1.25;
        }
    
        a {
          color: #000;
          text-decoration: none;
        }
    
        .primary-action {
          color: #000;
          background: none;
          border: none;
          display: inline-grid;
          align-items: center;
          justify-items: start;
          gap: 0;
          padding: 0;
          overflow: visible;
          vertical-align: baseline;
          line-height: 1;
        }
    
        /* Two stacked spans: base stays black; wipe span grows width for the box. */
        .primary-action--wipe {
          --wipe-delay: 1.5s; /* JS overrides based on existing word timing */
          --wipe-dur: 0.65s;
          padding: 0x 0px;
        }
    
        .primary-action--wipe .primary-wipe {
          grid-area: 1 / 1;
          display: inline-flex;
          align-items: center;
          background: #000;
          color: #fff;
          width: 0;
          overflow: hidden;
          animation: primaryWipeGrow var(--wipe-dur) cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation-delay: var(--wipe-delay);
          white-space: pre;
          pointer-events: none;
          z-index: 1;
          padding: 0;
          box-sizing: border-box;
          line-height: inherit;
        }
    
        @keyframes primaryWipeGrow {
          from { width: 0; }
          to { width: 100%; }
        }
    
        .primary-action--wipe .primary-base {
          grid-area: 1 / 1;
          position: relative;
          z-index: 0;
          white-space: pre;
          line-height: inherit;
        }
    
        .header-box {
          padding: 8px 8px;
          width: fit-content;
          min-width: 28.7em; /* Minimum width based on average character width */
          /* Draw from the corner: top+left together, then bottom+right together */
          background-image:
            linear-gradient(#000, #000), /* top */
     
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.0.96:443 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 15:56:37 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9c41338bd8f678df-EWR
    Accept-Ranges: bytes
    last-modified: Mon, 26 Jan 2026 15:01:39 GMT
    x-rgw-object-type: Normal
    x-amz-request-id: tx0000037b56b4570564f07-0069778ea7-12ac58421-nyc3c
    Cache-Control: public,max-age=10,s-maxage=86400
    Age: 13
    x-do-app-origin: b099c087-129f-4d56-98b1-6bd4785ad728
    x-do-orig-status: 200
    cf-cache-status: HIT
    Set-Cookie: __cf_bm=RQYGhsDtnNm5zRwGAMv5Oke1nNx3lQxfXmIR.NiDMjs-1769442997-1.0.1.1-BOchRst48OhZkzEq.7a.rPIlMpAYRmM1h8XZWAW6l_I7v9jZLVetwWG_l_89npvSBRQSZfcpJ.qpndaaY.6nIQwUMRetkR_miqDOKFevBJ8; path=/; expires=Mon, 26-Jan-26 16:26:37 GMT; domain=.strangernetwork.com; HttpOnly; Secure; SameSite=None
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: STRANGER
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>STRANGER</title>
    
      <link rel="prefetch" as="image" href="screenshots/screenshot1small.jpg">
      <link rel="prefetch" as="image" href="screenshots/screenshot2small.jpg">
      <link rel="prefetch" as="image" href="screenshots/screenshot3small.jpg">
    
    
      <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=UnifrakturMaguntia&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Oxygen+Mono&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
      <link href="https://fonts.cdnfonts.com/css/menlo" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet">
      <style>
        @keyframes slideUpFade {
          from {
            opacity: 0;
            transform: translateY(15px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
    
        @keyframes drawBox {
          0% {
            background-size:
              0% 1.25px,  /* top */
              1.25px 0%,  /* right */
              0% 1.25px,  /* bottom */
              1.25px 0%;  /* left */
          }
          50% {
            background-size:
              99% 1.25px, /* top done */
              1.25px 0%,   /* right not started */
              0% 1.25px,   /* bottom not started */
              1.25px 98.3%; /* left done */
          }
          100% {
            background-size:
              99.5% 1.25px,                 /* top - full width to meet right line */
              1.25px 98.3%,   /* right - extend past bottom to meet bottom line */
              99.5% 1.25px,   /* bottom - extend past right edge */
              1.25px 98.3%;                  /* left - full height */
          }
        }
    
        body {
          background-color: #fff;
          color: #000;
          font-family: 'Inter', monospace;
          white-space: pre;
          font-size: clamp(11.5px, 2vw, 14px);
          font-weight: 400;
          line-height: 1.25;
        }
    
        a {
          color: #000;
          text-decoration: none;
        }
    
        .primary-action {
          color: #000;
          background: none;
          border: none;
          display: inline-grid;
          align-items: center;
          justify-items: start;
          gap: 0;
          padding: 0;
          overflow: visible;
          vertical-align: baseline;
          line-height: 1;
        }
    
        /* Two stacked spans: base stays black; wipe span grows width for the box. */
        .primary-action--wipe {
          --wipe-delay: 1.5s; /* JS overrides based on existing word timing */
          --wipe-dur: 0.65s;
          padding: 0x 0px;
        }
    
        .primary-action--wipe .primary-wipe {
          grid-area: 1 / 1;
          display: inline-flex;
          align-items: center;
          background: #000;
          color: #fff;
          width: 0;
          overflow: hidden;
          animation: primaryWipeGrow var(--wipe-dur) cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation-delay: var(--wipe-delay);
          white-space: pre;
          pointer-events: none;
          z-index: 1;
          padding: 0;
          box-sizing: border-box;
          line-height: inherit;
        }
    
        @keyframes primaryWipeGrow {
          from { width: 0; }
          to { width: 100%; }
        }
    
        .primary-action--wipe .primary-base {
          grid-area: 1 / 1;
          position: relative;
          z-index: 0;
          white-space: pre;
          line-height: inherit;
        }
    
        .header-box {
          padding: 8px 8px;
          width: fit-content;
          min-width: 28.7em; /* Minimum width based on average character width */
          /* Draw from the corner: top+left together, then bottom+right together */
          background-image:
            linear-gradient(#000, #000), /* top */
     
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.0.96:80 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:56:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:56:37 GMT
    Location: https://strangernetwork.com/
    Set-Cookie: __cf_bm=EHrkS_Qhjoor10PaQ4lEORNRbEZxrdJqXnEBvLROlHw-1769442997-1.0.1.1-SOCcrE2yegZlsVQWGlWDI.n.cwq2.OeTZF65x4biXZ7Jy64jdUQWUlK5TtqkUl2Hz4L7Q6uaCn18FOXB8DplAOYd9so9yjqSd8vw3Fxe12s; path=/; expires=Mon, 26-Jan-26 16:26:37 GMT; domain=.strangernetwork.com; HttpOnly
    Server: cloudflare
    CF-RAY: 9c41338cdaecae70-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.66.0.96:8443 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:56:57 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c4133928d023807-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 162.159.140.98:8443 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:56:57 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c4133910dc2443d-BOM
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:58::60:80 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:56:35 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:56:35 GMT
    Location: https://strangernetwork.com/
    Set-Cookie: __cf_bm=s3Dfx9IvCRbhHTFZ8YH3WEgQK96UFhXEpfnksr_MWuE-1769442995-1.0.1.1-rleI.1IaD2JTtP0wwR_bstkYxJnX933TmjGCh2zZTFzOFbaFPCYd.hFcEMi4o07_EqdQnB3hLmmTKYp4PTc5BDipiOdV4xQm0snuDzK_zIM; path=/; expires=Mon, 26-Jan-26 16:26:35 GMT; domain=.strangernetwork.com; HttpOnly
    Server: cloudflare
    CF-RAY: 9c41337f2a5dab69-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 162.159.140.98:80 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 15:56:35 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Mon, 26 Jan 2026 16:56:35 GMT
    Location: https://strangernetwork.com/
    Set-Cookie: __cf_bm=vsX5sFELOTdZ56yFFMQ0l1t8Mlt9q40ssgE7HaXGU_k-1769442995-1.0.1.1-CpMunATcFo9jvIn27NgA4_jt_voGEqs8w.HlPt5urrUX4h5bj5P0lv8wnTYT.XouTRgvAfjGDYfs2w9tiTPZUf2ksHZ_S3UH7uvzUk4zFQ4; path=/; expires=Mon, 26-Jan-26 16:26:35 GMT; domain=.strangernetwork.com; HttpOnly
    Server: cloudflare
    CF-RAY: 9c41337f19fdac81-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:7::60:8443 · strangernetwork.com

    2026-01-26 15:56

    HTTP/1.1 522 
    Date: Mon, 26 Jan 2026 15:56:56 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    X-Frame-Options: SAMEORIGIN
    Referrer-Policy: same-origin
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Server: cloudflare
    CF-RAY: 9c41338e7c7ff2f9-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-26 by HttpPlugin
    Create report
strangernetwork.com
CN:
strangernetwork.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 14:55
Not after:
2026-04-26 15:55