Domain detomoni.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.44.169:80 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Length: 0
    Connection: close
    Location: https://detomoni.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=khukkNQvvCMFr%2FCgx22I0qSPtUKv7nRX%2F3zDRjiuULa8s2hwuAk0d1fE3jTB%2BLSjTvUqYr8vcEG1C2QInBAyWyvFv4pxxglvDz02VdUL4Q7I5w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbfa4ce6fd2a-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=RUDH7DbhvPHdTb5%2BKgmjzB1UQmWg9j6xV0FSlAnKhE%2Fw29aJ%2FEdFZpmHXtImX4lJSaliTUUPlsRPwx0wphy1MyZRACOUsIsfHa1GDSaroidEjIFsLnhDKCbnX860vg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbfa2ab9d388-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:80 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Length: 0
    Connection: close
    Location: https://detomoni.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=d%2ByAjjh2721mx%2FI2vPoNW6xA7ynyluYahssUkihVD97GUZ4SATft6GyTY6yvtckSZxLwMjYCuceCjQU33Tf0LSjyc7vdbZFLpqC2pW36bvDSIg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbf9dd6abb49-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=0X0L0GpHAWxTlHMmYStqkQc96e%2F%2FyAtkPhm0fihA06Dj7KY3d3CstlMKhpIzb00gf%2BI0ZT2HUhSTUBysMzohPyVCNJduwU9n%2F%2BHi5gWphn0DVA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbfa1908dfa5-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=ATLYlUSscJ5wiNYdB9%2FCQAmPzJPZ2H7ogBQec02nXB1EJSHYd1kuq07AZyOW5sIthXO3wQndOYrqpqXqZavd8HoEUCIK7UKfx8bR%2F9wfPmuP9w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbf9fd56d22a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=TxeFyrTNWdf2W%2Bec%2FgblPukqN4KN3loLWe2YWb6RTqmv0qhiEZJf0n9p6SAMFvkknL33VsivHNB0Axqt09Xs%2B3J51qAw59gAUROLlZzj7nUDsX6CICxoaZYpkRuUhQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbfa0c6e284d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:8443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=iiUhobG68T8vX5pilxyZJfwC6lftELHXS9ivYuaYW8iFTQ5MoUd8wP8orGRIXUpspv8K42ElrgeIVECfoUkdy92fedYga72EDIQMWDPOhhssVw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbf9be5e046e-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:8443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:57 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=xK9nujY1opryvSlR7MkRWgVGZBF8txB%2FNJGWx%2BXRCNo8aq5jYH7NIrrRi09A5%2By6OzpV%2BX1JzpVHEEL5oU1VK2ChImhoJbaMvbbhXMB3h75LoUVY5%2F9bLc8d6RDA8A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbff4d85b080-BLR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:80 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Length: 0
    Connection: close
    Location: https://detomoni.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=V2clSPTAj912d8uQfBiFxSF8GXDbdwrczBaocKB%2B6RaDvZeEZvn1883tmw13AUzzSzCTXz%2FmZ3sq0vkK25q3n42oq19fCkpPlUD32hzgv7HBuxtKbFbXKUoCNfgAag%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbf949588ddc-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:8443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=S5cypIOpViP0RyzjPTEHedSbAXGRMBlbRupaF9wwEDlKbZdUmc3UJeoesS%2FCJypVXTxmVtOMEnqh0X9%2FQ0J3dq2I31IXthu3HSI9aVgUNXsdVQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbfa4b471c6b-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:80 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Length: 0
    Connection: close
    Location: https://detomoni.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=L54KnoDWcIvZfAsLE1ivObvH4Kp%2BKRjRiExqwbVRd7wUpTJ7W%2Bob8OwZulUPRCtSamKZb5DJntZcgdQ4X4tP8L6gfTlTUjwd44%2BzEoIWBSAyE0E3MISWGcV44yYiPQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbf92e75e906-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:8443 · detomoni.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:13:56 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 5437
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "2df447d05ee02252ba28081452e910ad"
    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=Ue0QVGDuKNeZ1Ls9KtlwKNMCP5cgFkGWRPGucUGIlpNYrAdMSD9FzKmr2d9styf7%2B3VZ1ki0L8nCz43uSl9vn0Ja4iSBu0hmyws%2BIrv8XGQEDZvf%2B2zpXDd5rkHE9g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bbf94cbe796e-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Moni Brawl
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>Moni Brawl</title>
      <link href="https://fonts.googleapis.com/css2?family=Lilita+One&display=swap" rel="stylesheet">
      <link rel="icon" type="image/png" href="favicon.png">
      <style>
        body {
          margin: 0;
          font-family: 'Lilita One', cursive;
          background: #0e0e0e;
          color: #fff;
          overflow-x: hidden;
          position: relative;
        }
    
        .falling-background {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          z-index: 5;
          pointer-events: none;
          overflow: hidden;
        }
    
        .falling-icon {
          position: absolute;
          will-change: transform;
          animation: fall linear;
          opacity: 1;
        }
    
        @keyframes fall {
          0% {
            transform: translateY(-100px) rotate(var(--angle));
          }
          100% {
            transform: translateY(110vh) rotate(calc(var(--angle) + 360deg));
          }
        }
    
        header {
          background-color: #1a1a1a;
          padding: 1.25rem;
          text-align: center;
          z-index: 10; /* above falling icons */
          position: relative;
        }
    
        header img {
          width: 200px;
          height: 200px;
          object-fit: contain;
          display: block;
          margin: 0 auto;
        }
    
        .news-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 1.25rem;
          padding: 1.25rem;
          z-index: 10;
          position: relative;
        }
    
        .news-card {
          background: #1f1f1f;
          border-radius: 0.75rem;
          overflow: hidden;
          box-shadow: 0 0 10px rgba(0,0,0,0.6);
          display: flex;
          flex-direction: column;
        }
    
        .news-card img {
          width: 100%;
          aspect-ratio: 16 / 9;
          object-fit: cover;
        }
    
        .news-card .content {
          padding: 1rem;
        }
    
        .news-card h3 {
          margin: 0;
          color: #ff4444;
          font-size: 1.5rem;
        }
    
        .news-card p {
          color: #ccc;
          font-size: 1rem;
        }
    
        .download-button {
          display: block;
          width: max-content;
          margin: 2rem auto;
          padding: 0.75rem 1.5rem;
          background-color: #ffcc00;
          color: #000;
          border: none;
          border-radius: 0.5rem;
          font-size: 1rem;
          text-decoration: none;
          cursor: pointer;
          position: relative;
          z-index: 10;
        }
    
        .download-button:hover {
          background-color: #e6b800;
        }
    
        footer {
          text-align: center;
          padding: 1.25rem;
          background-color: #1a1a1a;
          color: #888;
          font-size: 0.875rem;
          z-index: 10;
          position: relative;
        }
    
        footer a {
          color: #ffcc00;
          text-decoration: underline;
        }
    
        @media (max-width: 480px) {
          header {
            padding: 1rem;
          }
    
          .news-card h3 {
            font-size: 1.25rem;
          }
    
          .news-card p {
            font-size: 0.95rem;
          }
    
          .download-button {
            padding: 0.65rem 1.2rem;
            font-size: 0.95rem;
          }
        }
      </style>
    </head>
    <body>
    
      <div class="falling-background" id="falling-container"></div>
    
      <header>
        <img src="monibrawllogo.png" alt="Moni Brawl">
      </header>
        <div class="news-container">
        <div class="news-card">
          <img src="winstreak.png" alt="winstreak shows">
          <div class="content">
            <h3>Winstreak now shows in the lobby!</h3>
            <p>Try it out now!</p>
          </div>
        </div>
        <div class="news-card">
          <img src="pins.png" alt="Pin rarities">
          <div class="content">
            <h3>Pin rarities</h3>
            <p>More of them, to be exact.</p>
          </div>
        </div>
        <div class="news-card">
          <img src="loading.png" alt="loading">
          <div class="content">
            <h3>New loading screen!</h3>
            <p>v11.111.1's loading screen!</p>
          </div>
        </div>
      </div>
    
      <a class="download-but
    Found 11 hours ago by HttpPlugin
    Create report
detomoni.pages.dev*.detomoni.pages.dev
CN:
detomoni.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 18:13
Not after:
2026-04-11 19:12