Domain mraidtagconverter.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:310c::ac42:2c68:80 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=33jsc68q7QZrGXotGH%2BYqejoCbS9fJFM9SNC9uGlrMgQVPBTZkzP8H6UUXUKUJHoc%2Bq2RJc4LbyO895SX1uoqEn6jCxhS%2FbKbjj5ekhAlCe7MEupyk%2FtOZwdV%2FNIUql5R2I%2B4EQNmw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa1ed1e9f85-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:8443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=ruzQyHt4WzsUJcxww02eQTzHSHF0vt9wJIn3B%2FF5pS7h3wOPZL17UUhFhQbSiafv4VyIw2H3qOE2BmAlYTWPVezldxHaZ0iOJPxBuUcT2cJdOqDzp4E4m1kc4NHxAvn02AKzEnMifA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa109e59b5e-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:8443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=3dNE1THwx28Zb0Ec2PtCGCL2UF1FdKtKPz68bm5FB0czCAOScxzcIBLZ7fIP9vRGwOQRYyRuvX6JJwVc68J95Tfm3TKOhAZDUs0kltcfjOxRBLeTXfWPlJMBdaXD%2Fw77bpj5umCmeA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa11f6f5d79-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=gDZ0M9%2B4%2FlnOUmP5gdfKGu5rZtm6d8Wh4nsDsaIyK2TP1MH2wf8p3HbXgqH%2FnpZ7rMK%2FIeT%2Fdeeo80obSYnbOw%2BVL2uErHqZk29hRvD91puVcOuVdVIGyUnQsH0i02nNVZA%2BdSr5jQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa1289a0374-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.152:443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=7im9eAz3nEF0hI17IQUVP5KKQiGisUnLOPOf%2B%2FLHPXkEwVKYgvkgt1QS6%2FKsOEW1pmWiLqf9oavgpl%2F55GnDMI6ZjU8tqlRfxKFFfaC9jdp%2FPsCCtlsDf2pjFg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa12c0125e2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:80 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 06:44:33 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jmM7q3SlcYVw3PL5Xii%2Fd%2BrPUjqWgbKlZBMegFGvMFi8OrbyGvMXXUVhhiZKTYGEg4fI9r4g3ywkY6%2FYm%2FJRjGw61N%2F%2BHRBBZH0Xnb9s%2BkhCT%2FWH4ke5MYz%2By8PgekomMN%2FAWfiexQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa05a4b1707-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.152:80 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 06:44:33 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uDjq3%2BPhZZwSeQbpoo8p88gWhQ0JUHyE0noowqwyV79CwWqKN4xXnyNQVuKs2vlpkKiap1eW1BnNoWuhrWdKZyvm7n0S%2Bgx2JYNDyKZXzl2ZPC3%2FRNM0ccE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa03b910f99-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.104:8443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=s%2F0mwS6JgjM3t26meRUDhC%2FNr%2BQWznnIZWsMJARiVKr663pHD2D3AksgWCek135gcuXj%2FXrbql3noZs0mln9ItLXkHQaFClsi8Q%2FepRs8aH3Epe062LuhX9A6w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa0f9fcd37c-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.104:443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=%2BNAMUzxIt%2FTkIXBW9ZBxV1qaUTdcsnG8vu%2Ffc39M69SGnaMjT9XGFN6%2BOuxqoS%2Bvn9NVxBkRV%2FyQGhe4785ztb3cb9x8uoqcxuYJk9YEx6qFkR5PDczWhMwv1g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa1584e8775-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:35 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=szgYvqY27tOr3mHHG9PdEW1p3NdMisrqfpI5KbT2kGQlYOsmj1TiVH8EpIxQfLqXtybaXO1izg5W4ZzH5G7QbWojh%2B2y2B5OP9XMe630ADYp3kRbWFiEyMYbtWShNYZJSnLUIEnOvw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa63e1fa9c3-BLR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.152:8443 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 06:44:34 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=Hf91VITLGahAgKSTvEZhPKsipVQP%2FiK%2BZN9jkZeB2MNEk75ghHLvkCNZ%2BqA6%2FJkuyNiOcGQtFJ%2BVIrsj2wlT4l3caLSSNyo%2BdsHNr%2FfL1%2B2WB4i0yWsBNuI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaafa0f9a6ef58-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.104:80 · mraidtagconverter.pages.dev

    2026-01-12 06:44

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 06:44:33 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Go2HnvFArjRzl4wsG6SYLSmazS04SVWha3ANktvKglHogFAtOpRFEFuFvdrM%2FYQjimcoRLwvtQWlNbMGW4DsqpTBgyncnPeWyjiQq6LWVgl6ShKIIrEtQNAxww%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcaaf9fce2c8ade-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 19 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.104:443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=fnmMMAPcxzUXp6pnmKgpFbhuCyopozCs%2F5VAZ5td3HtPMxwSMkqBnx1LJ444Tna6PqHTx01RDJs04zi1teWR%2FNWqEUzqAoK1Iji3Rik7GACm0PmV0lNHBz5wtg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89029069ccb132-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.104:80 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cMccJsc3rMp2cgMWkOepWvItVBUVvhspBQfafyLZNaBvivg0Egdx7KRFtdxJAkUKZXPWpjmjoXIauqrB5W6I3wRzc%2FpbsBtHUNOrST8YRvqC3uRFfzdVSq5xBw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028fc94b0f2d-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:80 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TtgZVHjn%2BBblWJ0E3Gt3J3zXOp%2BBmT2D5qMYPhB7TiJ%2FycwjEHFxqiFt1bt1G18GQHmOxKeFFaxo%2FSPVX93goHuiCRMJejusc3liLPJVIUpV6nUaDdHdiznfYuY3sV4Xv2p84oc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f187e944c-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.152:443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=gdVuBOoxmajh60Lg5vUiEUbimtaFmfFGs2cIr4N0PjCwT2VuqyCWOC0EFuMtbY1nDkpQBygTcext6SWOBkF7pDSVLayl4bbCfv0yndLWSBLLgw56fWGuwovxqg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f6e7aeb28-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:80 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wYOcsIx0kgMmuOcY6NcfOwEukuYFqx9CLMniAom8U739TDin%2Bg2bATrkPCyFEHfI4NwNcrDUej1hih%2FLbc2JJJx9gajqdMwF4CUtfSHa5HO6uhZoIltR3n2Op4MeT1Oim3%2F4Zcpnaw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f18990995-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:8443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=TuVqz9DRzyPoDmfwRsQS2QPQSEXnSLD75nD3mVx2Z%2FQJUWlsL%2FiHRPgV57Kq%2Frzm4svfinzPXnUQP2YGCsJmRxd2tTUHjUrTN%2BUaX1A6tWsNVtwzoUUIsJRUfavOdduOPrxzcIhV3Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f580d7ac1-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.152:80 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Length: 0
    Connection: close
    Location: https://mraidtagconverter.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=33fw6x04w0Z0T0jimoInhksVg%2F0ZB1lcGZcFglg6qRFh0UZu3NAsEN3gfoMFYmwnhya2DyKebUv8YDIHrDI71xARBiNbw8WoXuA%2BiiL8r%2Bjzd5%2Bt%2BqHVyLFViA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f1924888e-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=H7rOBXbp5AcEbaCw1FYcQge%2B0mI%2Bed8vr%2FOHsX5FkwqjYKzmYv2tV0vaA3CB2VPQ4su6ykcpo5MPIuStx8k8lpvFp4RvU1OxdOcoZ%2FMq78R3YaE474s3QS8iXaUOILwQH0J7OF1bSg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f2ea96a59-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c68:8443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=XhjnKSLv3RRyEdwkVYXuhAq7CV6vFUy3OCmy1B0Jt%2FQgDkrF%2Bhtr1AuEJQky1esvz7soOl%2BaAhxbJv6YaFWjAmGu2n4%2FLQCTsaUKwZegdguxHgH%2FjwxTDDig5XWq74MBP4DZXs9qcw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f29f60f5f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.47.152:8443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=BDlXZLfFaQPi37Atcx9d1uaGWBHeaFHJsZtJSHKnJsShx4HCvVIJOY2ZgcJYajVtDfnbcCMbG7qUGtmZWuqgKWxMncauSHrqpxX7ktmpe51urWVVOiDx46RVWA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f2ff749c1-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f98:443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=snXPf2Q%2BGpFxsfmonRbnU9%2FuBATEi0rNzr1AJmCDDlMPIXD2kmEBy0ejjARXIPwiRQEWabFqe15mFP8VHVBHKiqvWtmdYpvwogsOpjSsuEsjeP3uBfeTwGYXsSAnODMngSp1Sy8A1Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f38c08dd6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 172.66.44.104:8443 · mraidtagconverter.pages.dev

    2026-01-04 07:26

    HTTP/1.1 200 OK
    Date: Sun, 04 Jan 2026 07:26:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 4721
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "c95afa10297031007598be0fc34e5fa4"
    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=hNXkGt8J64atGfdDgnPLElThWAt0VFrp5Yhk8OMkbSnw60TtffjoaGSRT%2BjSCYaaFPk6LkWxYkErPwl8mL3mLhFMf77WMoMmXjjNyBJF%2F%2BD7tUO1yVMc%2F7Orqg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b89028f2efe434a-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cavai Mraid Converter
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link
          href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
          crossorigin="anonymous"
        />
        <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
        />
        <title>Cavai Mraid Converter</title>
        <script type="module" crossorigin src="/assets/index.d68a7bb0.js"></script>
        <link rel="stylesheet" href="/assets/index.bb91b682.css">
      </head>
      <body>
        <div class="container" id="container">
          <form class="m-3">
            <div class="row mb-3">
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="static"
                  autocomplete="off"
                  checked
                />
                <label class="btn btn-primary" for="static">Static</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="expanding"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="expanding">Expanding</label>
              </div>
              <div class="d-grid mx-auto col">
                <input
                  type="radio"
                  class="btn-check"
                  name="options"
                  id="bubble"
                  autocomplete="off"
                  disabled="true"
                />
                <label class="btn btn-primary" for="bubble">Bubble</label>
              </div>
            </div>
            <div>
              <label for="cavaiTag" class="form-label required">Creative tag</label>
              <textarea
                name="cavaiTag"
                id="cavaiTag"
                cols="30"
                rows="10"
                placeholder="paste creative tag"
                class="form-control mb-4"
              ></textarea>
            </div>
            <div class="hideable hidden">
              <label for="expandingImage" class="form-label">Expanding Image</label>
              <input
                type="text"
                placeholder="https://cloud.cavai.com/cdn-cgi/imagedelivery/5XtruacgzY6xrtx4TyJ4bw/58707ac5-7262-485e-bf41-909c70e03900/public"
                id="expandingImage"
                name="expandingImage"
                class="form-control mb-4"
              />
            </div>
            <div class="hideable hidden">
              <label for="bubbleText" class="form-label">Bubble Text</label>
              <input
                type="text"
                placeholder="Hello, I'm a chat bubble"
                id="bubbleText"
                name="bubbleText"
                class="form-control mb-4"
                required
              />
            </div>
            <div class="hideable row">
              <div class="col">
                <label for="width" class="form-label">Width</label>
                <input
                  type="number"
                  placeholder="320"
                  id="width"
                  name="width"
                  class="form-control mb-4"
                />
              </div>
              <div class="col">
                <label for="height" class="form-label">Height</label>
                <input
                  type="number"
                  placeholder="240"
                  id="height"
                  name="height"
                  class="form-control mb-4"
                />
              </div>
            </div>
            <div class="d-grid mx-auto">
              <button
                type="button"
                id="submitBtn"
                class="btn btn-primary mb-4"
                disabled
              >
                Convert
              </button>
            </div>
          </form>
          <div class="m-3" id="outputContainer">
            <textarea
              name="mraidTag"
              id="mraidTag"
              cols="30"
       
    Found 2026-01-04 by HttpPlugin
    Create report
mraidtagconverter.pages.dev*.mraidtagconverter.pages.dev
CN:
mraidtagconverter.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-04 06:26
Not after:
2026-04-04 07:24