Domain cbylinesbuilder.world
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3035::ac43:9e21:443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cjDvg0tkwv8a3%2B3OLPl9Zzx4lryr8QzBeo%2BpL%2FejXo9CRcBNwUxsXlbx8ALhxYB%2BvDRA0O2FGXvu5NOLH%2BTgaaZvdX9CWunPWZqENen97hAVKRgVpEMcSRfiEjVJy%2BWcZUMB%2FDw%3D"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=82
    CF-RAY: 9b9b6d638ffd60e6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Application placeholder
    
    <!DOCTYPE html>
    <html lang="en" data-theme="light">
    <head>
      <meta charset="UTF-8" />
      <title>Application placeholder</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="robots" content="noindex,nofollow">
      <style>
         
        :root {
          --bg1: #f9fafb;
          --bg2: #fefce8;
          --bg3: #e0f2fe;
    
          --accent-green: #22c55e;
          --accent-yellow: #eab308;
          --accent-orange: #f97316;
    
          --card-bg: rgba(255, 255, 255, 0.9);
          --card-border: rgba(15, 23, 42, 0.06);
          --card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    
          --text-main: #0f172a;
          --text-muted: #6b7280;
          --chip-bg: rgba(255, 255, 255, 0.9);
          --chip-border: rgba(15, 23, 42, 0.08);
          --footer-chip-bg: rgba(255, 255, 255, 0.8);
        }
    
        :root[data-theme="dark"] {
          --bg1: #020617;
          --bg2: #020617;
          --bg3: #020617;
    
          --card-bg: rgba(15, 23, 42, 0.96);
          --card-border: rgba(148, 163, 184, 0.28);
          --card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
    
          --text-main: #f9fafb;
          --text-muted: #9ca3af;
          --chip-bg: rgba(15, 23, 42, 0.96);
          --chip-border: rgba(148, 163, 184, 0.5);
          --footer-chip-bg: rgba(15, 23, 42, 0.96);
        }
    
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html, body { height: 100%; }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          color: var(--text-main);
          overflow: hidden;
          position: relative;
          background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
        }
    
         
        .spot {
          position: absolute;
          border-radius: 50%;
          filter: blur(120px);
          opacity: 0.35;
          animation: float 18s ease-in-out infinite alternate;
          pointer-events: none;
        }
        .spot.green {
          width: 420px; height: 420px;
          background: var(--accent-green);
          top: 5%; left: 10%;
          animation-delay: 0s;
        }
        .spot.yellow {
          width: 380px; height: 380px;
          background: var(--accent-yellow);
          bottom: 10%; right: 10%;
          animation-delay: 2s;
        }
        .spot.orange {
          width: 320px; height: 320px;
          background: var(--accent-orange);
          top: 60%; left: 50%;
          animation-delay: 4s;
        }
        @keyframes float {
          0% { transform: translateY(0) scale(1); }
          50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
          100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
        }
    
         
        .theme-toggle {
          position: fixed;
          top: 20px;
          right: 24px;
          z-index: 10;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 6px 8px;
          border-radius: 999px;
          border: 1px solid rgba(148, 163, 184, 0.4);
          background: rgba(255, 255, 255, 0.8);
          cursor: pointer;
          user-select: none;
          transition: background 0.3s ease, border-color 0.3s ease;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }
        :root[data-theme="dark"] .theme-toggle {
          background: rgba(15, 23, 42, 0.9);
          border-color: rgba(148, 163, 184, 0.4);
          box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
        }
    
        .theme-icon {
          width: 18px;
          height: 18px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: var(--text-main);
          opacity: 0.5;
          transition: opacity 0.2s ease;
        }
    
        :root[data-theme="light"] .theme-icon.sun,
        :root[data-theme="dark"]  .theme-icon.moon {
          opacity: 1;
        }
    
        .theme-icon svg {
          width: 100%;
          height: 100%;
          stroke: currentColor;
          fill: none;
          stroke-width: 1.6;
        }
    
         
        .card {
          position: relative;
          z-index: 1;
          backdrop-filter: blur(18px);
          -webkit-backdrop-filter: blur(18px);
          background: var(--card-bg);
          border-radius: 16px;
          box-shadow: var(--card-shadow);
          padding: 48px 38px 36px;
          max-width: 480px;
          width: 100%;
       
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.158.33:8443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=93,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9b6d629e94ccd9-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.14.63:443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 13:05:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=e21MTdAnHm7KIgSX5rX8SlJiYUNaeRE8gBaq1faap9SwjG8kPi8MGAp%2FQSZ%2BIlQWq0diITJxSs99%2BRs0DvJkzcGfQgLdym44PvtQZCWavdexFVkYPah0OYQ%3D"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=533
    CF-RAY: 9b9b6d689d733b3a-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: Application placeholder
    
    <!DOCTYPE html>
    <html lang="en" data-theme="light">
    <head>
      <meta charset="UTF-8" />
      <title>Application placeholder</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="robots" content="noindex,nofollow">
      <style>
         
        :root {
          --bg1: #f9fafb;
          --bg2: #fefce8;
          --bg3: #e0f2fe;
    
          --accent-green: #22c55e;
          --accent-yellow: #eab308;
          --accent-orange: #f97316;
    
          --card-bg: rgba(255, 255, 255, 0.9);
          --card-border: rgba(15, 23, 42, 0.06);
          --card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    
          --text-main: #0f172a;
          --text-muted: #6b7280;
          --chip-bg: rgba(255, 255, 255, 0.9);
          --chip-border: rgba(15, 23, 42, 0.08);
          --footer-chip-bg: rgba(255, 255, 255, 0.8);
        }
    
        :root[data-theme="dark"] {
          --bg1: #020617;
          --bg2: #020617;
          --bg3: #020617;
    
          --card-bg: rgba(15, 23, 42, 0.96);
          --card-border: rgba(148, 163, 184, 0.28);
          --card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
    
          --text-main: #f9fafb;
          --text-muted: #9ca3af;
          --chip-bg: rgba(15, 23, 42, 0.96);
          --chip-border: rgba(148, 163, 184, 0.5);
          --footer-chip-bg: rgba(15, 23, 42, 0.96);
        }
    
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html, body { height: 100%; }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          color: var(--text-main);
          overflow: hidden;
          position: relative;
          background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
        }
    
         
        .spot {
          position: absolute;
          border-radius: 50%;
          filter: blur(120px);
          opacity: 0.35;
          animation: float 18s ease-in-out infinite alternate;
          pointer-events: none;
        }
        .spot.green {
          width: 420px; height: 420px;
          background: var(--accent-green);
          top: 5%; left: 10%;
          animation-delay: 0s;
        }
        .spot.yellow {
          width: 380px; height: 380px;
          background: var(--accent-yellow);
          bottom: 10%; right: 10%;
          animation-delay: 2s;
        }
        .spot.orange {
          width: 320px; height: 320px;
          background: var(--accent-orange);
          top: 60%; left: 50%;
          animation-delay: 4s;
        }
        @keyframes float {
          0% { transform: translateY(0) scale(1); }
          50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
          100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
        }
    
         
        .theme-toggle {
          position: fixed;
          top: 20px;
          right: 24px;
          z-index: 10;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 6px 8px;
          border-radius: 999px;
          border: 1px solid rgba(148, 163, 184, 0.4);
          background: rgba(255, 255, 255, 0.8);
          cursor: pointer;
          user-select: none;
          transition: background 0.3s ease, border-color 0.3s ease;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }
        :root[data-theme="dark"] .theme-toggle {
          background: rgba(15, 23, 42, 0.9);
          border-color: rgba(148, 163, 184, 0.4);
          box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
        }
    
        .theme-icon {
          width: 18px;
          height: 18px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: var(--text-main);
          opacity: 0.5;
          transition: opacity 0.2s ease;
        }
    
        :root[data-theme="light"] .theme-icon.sun,
        :root[data-theme="dark"]  .theme-icon.moon {
          opacity: 1;
        }
    
        .theme-icon svg {
          width: 100%;
          height: 100%;
          stroke: currentColor;
          fill: none;
          stroke-width: 1.6;
        }
    
         
        .card {
          position: relative;
          z-index: 1;
          backdrop-filter: blur(18px);
          -webkit-backdrop-filter: blur(18px);
          background: var(--card-bg);
          border-radius: 16px;
          box-shadow: var(--card-shadow);
          padding: 48px 38px 36px;
          max-width: 480px;
          width: 100%;
       
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:8443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=96,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9b6d6258be36c1-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.14.63:80 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 13:05:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hPZEYrOI2VNtoTnPGKZlLJjJVHy12L8hH4h4HPnUiJ17QXLrtnOaCyzL38oOVjx5MDdFsjxKPXgwTO4XN8VUbIB6sOhlDF2qJ8%2BPZNV3L7FR5E0wjCpgH30%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b9b6d619c3f086e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.158.33:443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=89m2L%2By1e%2Bi7DlfN4%2FtyFAsc492ldY5hdymKyrlcSgy8s9s8gKxO7VKHddHKOCS1V%2Bmb4Uo7YfingJKWwUOe%2B%2BQ%2BTo2EJn6A3bZ%2B3vFP10a2ldJ50XN7"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=243
    CF-RAY: 9b9b6d6309fae5d0-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Application placeholder
    
    <!DOCTYPE html>
    <html lang="en" data-theme="light">
    <head>
      <meta charset="UTF-8" />
      <title>Application placeholder</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="robots" content="noindex,nofollow">
      <style>
         
        :root {
          --bg1: #f9fafb;
          --bg2: #fefce8;
          --bg3: #e0f2fe;
    
          --accent-green: #22c55e;
          --accent-yellow: #eab308;
          --accent-orange: #f97316;
    
          --card-bg: rgba(255, 255, 255, 0.9);
          --card-border: rgba(15, 23, 42, 0.06);
          --card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    
          --text-main: #0f172a;
          --text-muted: #6b7280;
          --chip-bg: rgba(255, 255, 255, 0.9);
          --chip-border: rgba(15, 23, 42, 0.08);
          --footer-chip-bg: rgba(255, 255, 255, 0.8);
        }
    
        :root[data-theme="dark"] {
          --bg1: #020617;
          --bg2: #020617;
          --bg3: #020617;
    
          --card-bg: rgba(15, 23, 42, 0.96);
          --card-border: rgba(148, 163, 184, 0.28);
          --card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
    
          --text-main: #f9fafb;
          --text-muted: #9ca3af;
          --chip-bg: rgba(15, 23, 42, 0.96);
          --chip-border: rgba(148, 163, 184, 0.5);
          --footer-chip-bg: rgba(15, 23, 42, 0.96);
        }
    
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html, body { height: 100%; }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          color: var(--text-main);
          overflow: hidden;
          position: relative;
          background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
        }
    
         
        .spot {
          position: absolute;
          border-radius: 50%;
          filter: blur(120px);
          opacity: 0.35;
          animation: float 18s ease-in-out infinite alternate;
          pointer-events: none;
        }
        .spot.green {
          width: 420px; height: 420px;
          background: var(--accent-green);
          top: 5%; left: 10%;
          animation-delay: 0s;
        }
        .spot.yellow {
          width: 380px; height: 380px;
          background: var(--accent-yellow);
          bottom: 10%; right: 10%;
          animation-delay: 2s;
        }
        .spot.orange {
          width: 320px; height: 320px;
          background: var(--accent-orange);
          top: 60%; left: 50%;
          animation-delay: 4s;
        }
        @keyframes float {
          0% { transform: translateY(0) scale(1); }
          50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
          100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
        }
    
         
        .theme-toggle {
          position: fixed;
          top: 20px;
          right: 24px;
          z-index: 10;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 6px 8px;
          border-radius: 999px;
          border: 1px solid rgba(148, 163, 184, 0.4);
          background: rgba(255, 255, 255, 0.8);
          cursor: pointer;
          user-select: none;
          transition: background 0.3s ease, border-color 0.3s ease;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }
        :root[data-theme="dark"] .theme-toggle {
          background: rgba(15, 23, 42, 0.9);
          border-color: rgba(148, 163, 184, 0.4);
          box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
        }
    
        .theme-icon {
          width: 18px;
          height: 18px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: var(--text-main);
          opacity: 0.5;
          transition: opacity 0.2s ease;
        }
    
        :root[data-theme="light"] .theme-icon.sun,
        :root[data-theme="dark"]  .theme-icon.moon {
          opacity: 1;
        }
    
        .theme-icon svg {
          width: 100%;
          height: 100%;
          stroke: currentColor;
          fill: none;
          stroke-width: 1.6;
        }
    
         
        .card {
          position: relative;
          z-index: 1;
          backdrop-filter: blur(18px);
          -webkit-backdrop-filter: blur(18px);
          background: var(--card-bg);
          border-radius: 16px;
          box-shadow: var(--card-shadow);
          padding: 48px 38px 36px;
          max-width: 480px;
          width: 100%;
       
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.14.63:8443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=94,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9b6d61ebf00f36-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.158.33:80 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 13:05:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=q86cU%2BNHPNLUBVcI7o9NF74XvPBbeGYL%2ByVm8g4eSV8dltpwRtQUQLkYXsk97%2FgU9PLx1SkccgNCgwsKNhuee6ipHT7u9CBSFvkFM19iT%2F5ClAWuT6cr"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b9b6d613e925594-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6fIMqOhuYeOi2K7GiP98Aqm1yQhEQZTCQV8okff8z0JsCWgDbq3y318NNqZS4PH1l9X2FZR7J%2FyhWHOBSVa0JhqV39TSdkI%2Fa7fLZPtk7RwmL74lvXhGujm58PtIBgjRe2bnlbI%3D"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=238
    CF-RAY: 9b9b6d62df404262-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Application placeholder
    
    <!DOCTYPE html>
    <html lang="en" data-theme="light">
    <head>
      <meta charset="UTF-8" />
      <title>Application placeholder</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="robots" content="noindex,nofollow">
      <style>
         
        :root {
          --bg1: #f9fafb;
          --bg2: #fefce8;
          --bg3: #e0f2fe;
    
          --accent-green: #22c55e;
          --accent-yellow: #eab308;
          --accent-orange: #f97316;
    
          --card-bg: rgba(255, 255, 255, 0.9);
          --card-border: rgba(15, 23, 42, 0.06);
          --card-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    
          --text-main: #0f172a;
          --text-muted: #6b7280;
          --chip-bg: rgba(255, 255, 255, 0.9);
          --chip-border: rgba(15, 23, 42, 0.08);
          --footer-chip-bg: rgba(255, 255, 255, 0.8);
        }
    
        :root[data-theme="dark"] {
          --bg1: #020617;
          --bg2: #020617;
          --bg3: #020617;
    
          --card-bg: rgba(15, 23, 42, 0.96);
          --card-border: rgba(148, 163, 184, 0.28);
          --card-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
    
          --text-main: #f9fafb;
          --text-muted: #9ca3af;
          --chip-bg: rgba(15, 23, 42, 0.96);
          --chip-border: rgba(148, 163, 184, 0.5);
          --footer-chip-bg: rgba(15, 23, 42, 0.96);
        }
    
        * { box-sizing: border-box; margin: 0; padding: 0; }
        html, body { height: 100%; }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          color: var(--text-main);
          overflow: hidden;
          position: relative;
          background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 45%, var(--bg3) 100%);
        }
    
         
        .spot {
          position: absolute;
          border-radius: 50%;
          filter: blur(120px);
          opacity: 0.35;
          animation: float 18s ease-in-out infinite alternate;
          pointer-events: none;
        }
        .spot.green {
          width: 420px; height: 420px;
          background: var(--accent-green);
          top: 5%; left: 10%;
          animation-delay: 0s;
        }
        .spot.yellow {
          width: 380px; height: 380px;
          background: var(--accent-yellow);
          bottom: 10%; right: 10%;
          animation-delay: 2s;
        }
        .spot.orange {
          width: 320px; height: 320px;
          background: var(--accent-orange);
          top: 60%; left: 50%;
          animation-delay: 4s;
        }
        @keyframes float {
          0% { transform: translateY(0) scale(1); }
          50% { transform: translateY(-30px) scale(1.03); opacity: 0.45; }
          100% { transform: translateY(20px) scale(1.08); opacity: 0.3; }
        }
    
         
        .theme-toggle {
          position: fixed;
          top: 20px;
          right: 24px;
          z-index: 10;
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 6px 8px;
          border-radius: 999px;
          border: 1px solid rgba(148, 163, 184, 0.4);
          background: rgba(255, 255, 255, 0.8);
          cursor: pointer;
          user-select: none;
          transition: background 0.3s ease, border-color 0.3s ease;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }
        :root[data-theme="dark"] .theme-toggle {
          background: rgba(15, 23, 42, 0.9);
          border-color: rgba(148, 163, 184, 0.4);
          box-shadow: 0 0 18px rgba(255, 255, 255, 0.04);
        }
    
        .theme-icon {
          width: 18px;
          height: 18px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: var(--text-main);
          opacity: 0.5;
          transition: opacity 0.2s ease;
        }
    
        :root[data-theme="light"] .theme-icon.sun,
        :root[data-theme="dark"]  .theme-icon.moon {
          opacity: 1;
        }
    
        .theme-icon svg {
          width: 100%;
          height: 100%;
          stroke: currentColor;
          fill: none;
          stroke-width: 1.6;
        }
    
         
        .card {
          position: relative;
          z-index: 1;
          backdrop-filter: blur(18px);
          -webkit-backdrop-filter: blur(18px);
          background: var(--card-bg);
          border-radius: 16px;
          box-shadow: var(--card-shadow);
          padding: 48px 38px 36px;
          max-width: 480px;
          width: 100%;
       
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:8443 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 13:05:30 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=119,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9b6d61cc5da241-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:80 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 13:05:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DHk2LXhjq%2FNcYI5C0SpAJHDLITRf01xmEacYzeSZzhugInUNdT9e2BqgyJP6aC2ehJUn9knWDkF8Ww7UIIJfgWUnMIaxCSQ5mUNG49iyFitwSOhODJpGbbIsOJ%2Fj3nkTqCaqI5I%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b9b6d60d9e87cf0-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:80 · www.cbylinesbuilder.world

    2026-01-06 13:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 13:05:29 GMT
    Content-Length: 0
    Connection: close
    Location: https://www.cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iTIV2BIxtJ3SEHF%2FNk3TsrJArLS3dWOgIWxQ%2FT6K9%2BJS1SFxglAJ09lQbfry3NfuPfe7Kd8pbBnQQnoTHD46g20KW8lLgpkuZxKFG5%2FNQuv74UlL5tVoxZS%2F4BBzOzdiGiXUqq0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b9b6d60e864d923-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 11:40:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 05 Jan 2026 12:09:03 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gQA6LNuxjexZ8XLIe05S4Q7U2%2FiyZihkD5taruE9QUoNCbTSei8V%2BqeY3VKEL0ztRRFrYyclAfTSIjyHlwD3yb7QhJJWuh%2FOAB5qBnBz2cViDZrB%2FaWiIpM1Iinj%2FxB0hA%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9af1086980f892-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: FASTPANEL
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<title>FASTPANEL</title>
    	<meta charset="UTF-8">
    	<meta name="format-detection" content="telephone=no">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="robots" content="noindex,nofollow">
    	<style>
    		@import url('https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap');::after,::before,a,label{display:inline-block}.main,.wrapper{flex-direction:column}.window-main,.window-main__item{position:relative}*{padding:0;margin:0;border:0}*,::after,::before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#fff;line-height:1;font-family:Roboto;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}button,input,textarea{font-family:Roboto;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}button,option,select{cursor:pointer}a{color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.main{display:flex;align-items:center;justify-content:center;min-height:100vh;min-width:100vw;padding:1rem}.window-main{background-color:#13151a;border-radius:.75rem;max-width:45.625rem}.window-main .svg-one{position:absolute;top:-240px;right:-360px;z-index:-1}.window-main .svg-two{position:absolute;bottom:-258px;left:-223px;z-index:-1}.window-main__title{text-align:center;padding-bottom:1.875rem;position:relative;font-weight:500;line-height:1.2777777778}.window-main__title::before{content:"";position:absolute;bottom:0;left:50%;height:2px;width:8rem;background-color:#15b4fc;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.window-main__body{line-height:1.5294117647}.window-main__list{display:flex;flex-direction:column;gap:1.5rem}.window-main__item::before{content:"";position:absolute;left:0;top:10px;width:4px;height:4px;border-radius:50%;background-color:#fff}.window-main__actions{display:flex;justify-content:center}.window-main__actions a{min-height:34px;border:2px solid #2b313d;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:1.0625rem;font-weight:500;padding:.375rem .8125rem}@media (min-width:45.625em){.window-main__actions,.window-main__body{margin-top:1.875rem}.window-main{padding:3.75rem 8.9375rem}.window-main__title{font-size:2.25rem}.window-main__body{font-size:1.0625rem}.window-main__info{margin-bottom:1.875rem}.window-main__list{padding-left:.6875rem}.window-main__item{padding-left:.875rem}}@media (max-width:20em){.window-main{padding:1.5rem}.window-main__title{font-size:1.5rem}.window-main__body{margin-top:1.5rem;font-size:.875rem}.window-main__info{margin-bottom:1.5rem}.window-main__list{padding-left:.5625rem}.window-main__item{padding-left:.75rem}.window-main__actions{margin-top:1.5rem}}@media (max-width:29.99875em){.window-main .svg-one{top:-330px}.window-main .svg-two{bottom:-423px;left:-343px}}@media (min-width:20em)and (max-width:45.625em){@supports (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-top:clamp(1.5
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:8443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 11:40:36 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9af104dfef46b5-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:8443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 11:40:36 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9af104bd4bc47d-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.158.33:80 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Length: 0
    Connection: close
    Location: https://cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=l%2BpmwCvLBQfjhsP1kfa3XRnkXX7s7Zox1uG%2FsCVty%2BC7iu6Kltr3ZGpAB3hPWo6POjVwSa%2FvzdViBjoOgPDczfWtZHr4YDMPPQjX%2FLbpWtnEqB2jUg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b9af1043e6f8c9b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:9e21:80 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Length: 0
    Connection: close
    Location: https://cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2B5agc0heQQNXe4Blb2plqNE%2Fgqptu1zgk0G9Ms7nznWUTkSdZn%2FFIM%2Fn1JwmoivQjeQLiHicZA0046AtkJgwVFN%2FhdJ4jSNdhPNLAywbhvcVUG2L9f3EjK2Lt3dsjisqdA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b9af1040f21535c-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.14.63:443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 05 Jan 2026 12:09:03 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y6%2FSFKfvni772vphZTyvCk0jZGLuLKfwzeKx3Dsg446ItTE%2FSLeXBnJEJlrOW6LaNofy6bGDGnl%2FQNB2uchNCuH2DxU9gKZM%2B83RrYGCkvcFIRM%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9af1045f42ef13-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: FASTPANEL
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<title>FASTPANEL</title>
    	<meta charset="UTF-8">
    	<meta name="format-detection" content="telephone=no">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="robots" content="noindex,nofollow">
    	<style>
    		@import url('https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap');::after,::before,a,label{display:inline-block}.main,.wrapper{flex-direction:column}.window-main,.window-main__item{position:relative}*{padding:0;margin:0;border:0}*,::after,::before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#fff;line-height:1;font-family:Roboto;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}button,input,textarea{font-family:Roboto;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}button,option,select{cursor:pointer}a{color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.main{display:flex;align-items:center;justify-content:center;min-height:100vh;min-width:100vw;padding:1rem}.window-main{background-color:#13151a;border-radius:.75rem;max-width:45.625rem}.window-main .svg-one{position:absolute;top:-240px;right:-360px;z-index:-1}.window-main .svg-two{position:absolute;bottom:-258px;left:-223px;z-index:-1}.window-main__title{text-align:center;padding-bottom:1.875rem;position:relative;font-weight:500;line-height:1.2777777778}.window-main__title::before{content:"";position:absolute;bottom:0;left:50%;height:2px;width:8rem;background-color:#15b4fc;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.window-main__body{line-height:1.5294117647}.window-main__list{display:flex;flex-direction:column;gap:1.5rem}.window-main__item::before{content:"";position:absolute;left:0;top:10px;width:4px;height:4px;border-radius:50%;background-color:#fff}.window-main__actions{display:flex;justify-content:center}.window-main__actions a{min-height:34px;border:2px solid #2b313d;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:1.0625rem;font-weight:500;padding:.375rem .8125rem}@media (min-width:45.625em){.window-main__actions,.window-main__body{margin-top:1.875rem}.window-main{padding:3.75rem 8.9375rem}.window-main__title{font-size:2.25rem}.window-main__body{font-size:1.0625rem}.window-main__info{margin-bottom:1.875rem}.window-main__list{padding-left:.6875rem}.window-main__item{padding-left:.875rem}}@media (max-width:20em){.window-main{padding:1.5rem}.window-main__title{font-size:1.5rem}.window-main__body{margin-top:1.5rem;font-size:.875rem}.window-main__info{margin-bottom:1.5rem}.window-main__list{padding-left:.5625rem}.window-main__item{padding-left:.75rem}.window-main__actions{margin-top:1.5rem}}@media (max-width:29.99875em){.window-main .svg-one{top:-330px}.window-main .svg-two{bottom:-423px;left:-343px}}@media (min-width:20em)and (max-width:45.625em){@supports (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-top:clamp(1.5
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:80 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Length: 0
    Connection: close
    Location: https://cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uqXpN8tSxvVTEYnWSbrV0awaDtOvwC5HfapxQhi%2B6ACpuhdlMQWq2DPJ8LPVuykb7X4s%2BI0zRwzr2mIFlJ4DD%2Fee%2BocKDBy3jLj3ZW04z9iLjnTDDepXYUmYX6MyQ0p%2FbA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b9af103fa6257df-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.14.63:80 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Length: 0
    Connection: close
    Location: https://cbylinesbuilder.world/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=w5k8gZ8K%2F%2FaJfePRXt9Y8%2B5CAhtbStP2RkmhfOoV1Rp9oB%2Fl5jCbDRfu5ZB42ShYUa7NWYydNhephjdumVHcyKX0ZA6ybJb2Ronp9G00lebJlhPXDg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b9af103febd5d48-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.14.63:8443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9af1041857d2f7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.158.33:443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 05 Jan 2026 12:09:03 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5Tz6gMgR%2BvejpWDTVs1MsL9hLE1EMl7NTzxLXwfORgDOSRJaPpz3Jh0npyg%2FKyP64H1n9t%2B6SBNGE84WCXR3AyDVbcliKI6TlqFhL%2B6nGVyvGgWvaA%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9af1043be68c4f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: FASTPANEL
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<title>FASTPANEL</title>
    	<meta charset="UTF-8">
    	<meta name="format-detection" content="telephone=no">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="robots" content="noindex,nofollow">
    	<style>
    		@import url('https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap');::after,::before,a,label{display:inline-block}.main,.wrapper{flex-direction:column}.window-main,.window-main__item{position:relative}*{padding:0;margin:0;border:0}*,::after,::before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#fff;line-height:1;font-family:Roboto;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}button,input,textarea{font-family:Roboto;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}button,option,select{cursor:pointer}a{color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.main{display:flex;align-items:center;justify-content:center;min-height:100vh;min-width:100vw;padding:1rem}.window-main{background-color:#13151a;border-radius:.75rem;max-width:45.625rem}.window-main .svg-one{position:absolute;top:-240px;right:-360px;z-index:-1}.window-main .svg-two{position:absolute;bottom:-258px;left:-223px;z-index:-1}.window-main__title{text-align:center;padding-bottom:1.875rem;position:relative;font-weight:500;line-height:1.2777777778}.window-main__title::before{content:"";position:absolute;bottom:0;left:50%;height:2px;width:8rem;background-color:#15b4fc;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.window-main__body{line-height:1.5294117647}.window-main__list{display:flex;flex-direction:column;gap:1.5rem}.window-main__item::before{content:"";position:absolute;left:0;top:10px;width:4px;height:4px;border-radius:50%;background-color:#fff}.window-main__actions{display:flex;justify-content:center}.window-main__actions a{min-height:34px;border:2px solid #2b313d;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:1.0625rem;font-weight:500;padding:.375rem .8125rem}@media (min-width:45.625em){.window-main__actions,.window-main__body{margin-top:1.875rem}.window-main{padding:3.75rem 8.9375rem}.window-main__title{font-size:2.25rem}.window-main__body{font-size:1.0625rem}.window-main__info{margin-bottom:1.875rem}.window-main__list{padding-left:.6875rem}.window-main__item{padding-left:.875rem}}@media (max-width:20em){.window-main{padding:1.5rem}.window-main__title{font-size:1.5rem}.window-main__body{margin-top:1.5rem;font-size:.875rem}.window-main__info{margin-bottom:1.5rem}.window-main__list{padding-left:.5625rem}.window-main__item{padding-left:.75rem}.window-main__actions{margin-top:1.5rem}}@media (max-width:29.99875em){.window-main .svg-one{top:-330px}.window-main .svg-two{bottom:-423px;left:-343px}}@media (min-width:20em)and (max-width:45.625em){@supports (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-top:clamp(1.5
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:e3f:443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Mon, 05 Jan 2026 12:09:03 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dABjbXID8pa6bSPmWOEm3IasjT4tSuqIZ1mnkoxagtQEFOG%2Bojz5Z9AywRqwdBFrw2Hj5aQdhOEluRnM4Fhw9BfqM6MHEzc6eM%2BFaWd8ZBL4UvITsYUONZZCT98LJsHrGQ%3D%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9af1042890d2f7-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: FASTPANEL
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
    	<title>FASTPANEL</title>
    	<meta charset="UTF-8">
    	<meta name="format-detection" content="telephone=no">
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="robots" content="noindex,nofollow">
    	<style>
    		@import url('https://fonts.googleapis.com/css?family=Roboto:regular,500&display=swap');::after,::before,a,label{display:inline-block}.main,.wrapper{flex-direction:column}.window-main,.window-main__item{position:relative}*{padding:0;margin:0;border:0}*,::after,::before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#fff;line-height:1;font-family:Roboto;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}button,input,textarea{font-family:Roboto;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}button,option,select{cursor:pointer}a{color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.main{display:flex;align-items:center;justify-content:center;min-height:100vh;min-width:100vw;padding:1rem}.window-main{background-color:#13151a;border-radius:.75rem;max-width:45.625rem}.window-main .svg-one{position:absolute;top:-240px;right:-360px;z-index:-1}.window-main .svg-two{position:absolute;bottom:-258px;left:-223px;z-index:-1}.window-main__title{text-align:center;padding-bottom:1.875rem;position:relative;font-weight:500;line-height:1.2777777778}.window-main__title::before{content:"";position:absolute;bottom:0;left:50%;height:2px;width:8rem;background-color:#15b4fc;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.window-main__body{line-height:1.5294117647}.window-main__list{display:flex;flex-direction:column;gap:1.5rem}.window-main__item::before{content:"";position:absolute;left:0;top:10px;width:4px;height:4px;border-radius:50%;background-color:#fff}.window-main__actions{display:flex;justify-content:center}.window-main__actions a{min-height:34px;border:2px solid #2b313d;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-radius:1.0625rem;font-weight:500;padding:.375rem .8125rem}@media (min-width:45.625em){.window-main__actions,.window-main__body{margin-top:1.875rem}.window-main{padding:3.75rem 8.9375rem}.window-main__title{font-size:2.25rem}.window-main__body{font-size:1.0625rem}.window-main__info{margin-bottom:1.875rem}.window-main__list{padding-left:.6875rem}.window-main__item{padding-left:.875rem}}@media (max-width:20em){.window-main{padding:1.5rem}.window-main__title{font-size:1.5rem}.window-main__body{margin-top:1.5rem;font-size:.875rem}.window-main__info{margin-bottom:1.5rem}.window-main__list{padding-left:.5625rem}.window-main__item{padding-left:.75rem}.window-main__actions{margin-top:1.5rem}}@media (max-width:29.99875em){.window-main .svg-one{top:-330px}.window-main .svg-two{bottom:-423px;left:-343px}}@media (min-width:20em)and (max-width:45.625em){@supports (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-left:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-left:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)}}@supports not (padding-right:clamp(1.5rem ,-4.3048780488rem + 29.0243902439vw ,8.9375rem)){.window-main{padding-right:calc(1.5rem + 7.4375*(100vw - 20rem)/ 25.625)}}@supports (padding-top:clamp(1.5
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.158.33:8443 · cbylinesbuilder.world

    2026-01-06 11:40

    HTTP/1.1 521 <none>
    Date: Tue, 06 Jan 2026 11:40:35 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    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
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b9af1040dae362d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-06 by HttpPlugin
    Create report
cbylinesbuilder.world*.cbylinesbuilder.world
CN:
cbylinesbuilder.world
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-06 10:39
Not after:
2026-04-06 11:38