Domain instagram.midas.host
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3033::ac43:d6d2:8443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:47 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Myis2r8lAMOBpSaZ7anNWesfcHrr4XhvQs6Mxp%2FtguFPaPRjLGeMasj5fkpxvZUSuYaX%2FSjNocAYkpzG1UKWjJ4VbXJ4%2FxpkhFHJU0HGx6Ghl9VAxu8btd74qeigcWFD"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=2092
    CF-RAY: 9c3e5a403a183e45-BOM
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:4b36:8443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SyJ0OGx23Eoh%2FNu50Y%2F0FXv9FlRNnCX2ZSBMgmJa1dA7FnVD9SfpugJsiMXDRW5q5Bu697NhT5srLU%2FN0Ipt%2F1OwRotNnj2CAx0JRZMm%2Fm1m%2FdUMz9kwmWhISXaS8eRC"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=29
    CF-RAY: 9c3e5a3dea4a134a-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 104.21.75.54:8443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KQGfl7qGeRNnElz25VDXLKBWe1NHEgjsKqRHBT14XwFBx6njf9bjVQymsvq7gk4TMbwirdFo%2FtU%2FipcYGq7VIiCwNHJF2w9tRb%2FRztTdTThF%2F4cL"}]}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=40
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e5a3e2f0e39e4-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.214.210:443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kK9EiB3qHL3O5YyNdkJy4EPySrCLbO5p3WI5yz%2BSIsxehK6O23X8o1Hw9QBKgSXKtXQERtcAUBx%2BwxQu75JKe5kLNfu6XeO3kC6yivx%2FENGNkweS"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=35
    CF-RAY: 9c3e5a3dbb5303c2-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d6d2:80 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://instagram.midas.host/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BdVQqyQ8DCbIcoW7W%2Bkfp90QUFf8x5JvTSThUUUPnc5vwTFxEj5Q3bZGwNqJtoiMmkGWUt5JQG%2F78T7S4IIR21PMOYikE5jPLf5j1Nw56BM96ZqXQyvf6ZMP3x35er%2F0"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c3e5a3d3fabd593-AMS
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 104.21.75.54:443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kv%2BBj8U3Fn6VNNuUdsIlKhi4xPT5ZVspqsaV%2BDDundkes3oGZyeFzMXwEDVn%2FFC6lGYlu4K8Im1ZirTGti4XzMAbCJ36BXeT4OH7CEzrDEUiJkEF"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=57
    CF-RAY: 9c3e5a3dad4c3a9c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:4b36:443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rPITXVOV3Ba8F4ODDyYpV%2BAqLWDkU4fxFGsptzwbTcvxKt99QPJuPgxHbjBGxPMPoBgbrC%2B75lj8DKlKIo2aGT70AHuPPbAc%2BxjD4XqRWA8qU3EKWXY8zOVrL3eq%2B8cc"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=41
    CF-RAY: 9c3e5a3d89740b83-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.214.210:80 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://instagram.midas.host/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ueOE23uX31KlKcRs%2B%2Bac2cdDgtcE0dvxxHDVqymhw7tEbIO%2Fg2my4CMJux6usvvMlXCnMzlsLc%2B75Xnj1BEKXxffl14F75ZpMx6Hz9ef7UEpcA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c3e5a3d3d156940-FRA
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 104.21.75.54:80 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://instagram.midas.host/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nnL%2FqlQO0qQn%2B2o8a3LbH%2BjwpwJRf6K0GNMxQDFOuZG6C0PqrrQpjkGzKPVDxc2DURzJ0pAimnK48bIBVczUgjKmSh5hcj%2BZ7kvkVyzMC%2B0a0CfX"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c3e5a3cfac70d1a-AMS
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3034::6815:4b36:80 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://instagram.midas.host/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=R2S4u%2FWQOvCIBIk%2BopE2C2g%2B%2FP%2B1JLVtDsWHY8rRF%2F0yXPmwCuhNy2UbvHq8osDNQVHTBiwfwkyBy62bhkww%2FE8Jqdp%2Fl4FVhNgBJtphN4JgZziXyj0cYsLAuKMKtJFM"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c3e5a3cf81c3302-LHR
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.214.210:8443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MGnN30fPUt5mq%2FkuEyboLH86Dkosol2dfQerzZ3dtJaCmlMOLk9rJH6q7GHtoUH3UWuS278Mvv8epGA6oiOtKkXjmlTSHUIVD304NmyYP99l%2B18f"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=57
    CF-RAY: 9c3e5a3e2bf3a08d-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d6d2:443 · instagram.midas.host

    2026-01-26 07:38

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:38:44 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Bb%2BiZucQl%2Bgu7Z%2FFYLFnyn%2BneKLnpOBucIgg5n0E4LbFGRKsVEuK7e09ak%2BG4f5C9Tm6h0331ypL23n3dpHNuyi8ewj%2FZVQul7E8iSCd4tLC0y1Tydo3V6aJ4084VH4g"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=40
    CF-RAY: 9c3e5a3cff573828-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Midas Host — Instagram
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>Midas Host — Instagram</title>
      <link id="favicon" rel="shortcut icon" href="" type="image/x-icon">
      <style>
        :root {
          --bg: #0b1220;
          --bg-2: #0e1a2b;
          --card: #0f172a;
          --text: #e2e8f0;
          --muted: #94a3b8;
          --accent: #38bdf8; /* cyan */
          --accent-600: #0ea5e9;
          --ring: rgba(56, 189, 248, 0.5);
        }
    
        * { box-sizing: border-box; }
    
        html, body {
          height: 100%;
        }
    
        body {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 24px;
          color: var(--text);
          font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
          background: radial-gradient(1200px 800px at 20% -10%, rgba(56,189,248,0.15), transparent 60%),
                      radial-gradient(1000px 600px at 120% 110%, rgba(14,165,233,0.12), transparent 60%),
                      linear-gradient(180deg, var(--bg), var(--bg-2));
          overflow: hidden;
          -webkit-user-select: none;
          user-select: none;
          -webkit-touch-callout: none;
          -webkit-tap-highlight-color: transparent;
        }
    
        .grid-bg {
          position: fixed;
          inset: 0;
          background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                            linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
          background-size: 24px 24px, 24px 24px;
          mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
          pointer-events: none;
        }
    
        /* Top-center banner image */
        .page-banner {
          position: fixed;
          top: 14px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 10;
          display: block;
          border-radius: 10px;
          border: 1px solid rgba(148,163,184,0.18);
          box-shadow: 0 6px 20px rgba(2,6,23,0.45), 0 0 0 4px rgba(56,189,248,0.10);
          background: rgba(15, 23, 42, 0.35);
          pointer-events: none; /* decorative */
          -webkit-user-drag: none;
        }
    
        .card {
          position: relative;
          width: 100%;
          max-width: 640px;
          background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
          border: 1px solid rgba(148, 163, 184, 0.12);
          border-radius: 16px;
          padding: 32px 28px 28px;
          box-shadow: 0 10px 40px rgba(2, 6, 23, 0.6), inset 0 1px 0 rgba(255,255,255,0.04);
          backdrop-filter: blur(8px);
          text-align: center;
          -webkit-user-select: none;
          user-select: none;
        }
    
        .logo {
          width: 48px;
          height: 48px;
          border-radius: 12px;
          display: block;
          margin: 0 auto 12px;
          box-shadow: 0 0 0 4px rgba(56,189,248,0.15), 0 8px 24px rgba(2, 132, 199, 0.3);
          -webkit-user-drag: none;
        }
    
        /* Prevent dragging of all images and links */
        img, a {
          -webkit-user-drag: none;
        }
    
        h1 {
          margin: 0 0 8px;
          font-size: clamp(22px, 4vw, 32px);
          letter-spacing: 0.2px;
          background: linear-gradient(90deg, var(--text), var(--accent) 60%, var(--text));
          -webkit-background-clip: text;
          background-clip: text;
          color: transparent;
          text-shadow: 0 0 10px rgba(56,189,248,0.15);
        }
    
        p.sub {
          margin: 0 0 20px;
          font-size: clamp(14px, 2.5vw, 16px);
          color: var(--muted);
        }
    
        p.dest {
          margin: 6px 0 8px;
          font-size: clamp(13px, 2.2vw, 15px);
          color: var(--muted);
        }
    
        p.dest a {
          color: var(--accent);
          text-decoration: none;
          border-bottom: 1px dashed rgba(56,189,248,0.35);
          word-break: break-all;
          -webkit-user-select: text; /* allow copying the URL if needed */
          user-select: text;
        }
    
        p.dest a:hover {
          border-bottom-color: rgba(56,189,248,0.7);
          text-shadow: 0 0 8px rgba(56,189,248,0.35);
        }
    
        .progress {
          position: relative;
          height: 8px;
          background: rgba(148
    Found 2026-01-26 by HttpPlugin
    Create report
instagram.midas.host
CN:
instagram.midas.host
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 06:37
Not after:
2026-04-26 07:37