Domain dizraptor.work
United States
AMAZON-02
Software information

AmazonS3 AmazonS3

tcp/443

CloudFront

tcp/80

  • Open service 3.171.214.31:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f9e6c60f8186352617711b7567ecf148.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: grEpb6PoK_GBPsdvdO6-ld5rTGiZsrmG9EcB9b4mQsryC8VjKA-_ow==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:8a00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a18bb67dc4f8b84eaf3c9502cf804a3a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: uEqt9o6dZnu3NbywS4SpfbZDxES6HzeTHp0fXH-9180KEEOET4gXlw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.27:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e20487d2848c548da785345c1e16295e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: FRWN-DvVSVGUm2QcuyGQezzAJLtrTcxsBCDFENg4pH6VULDe0s1sAA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.126:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 29929bf1a9924b9a8d744154b986dafe.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: eKyERzFrr0v4M7KQojfwygcJfMZaIQ0jNASRnKIIPMhxp4uxar4j4A==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:a400:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 0263e7e10b506a4542a1515f73f15568.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: lUKrcuims3odSBQaBJgHr8Q9y4T6D0LHbCwz2TrAxrhO6o0AYGypdQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:a400:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f71e1afcd5c7f0fbd1e8e23183dee70c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: yXCwxjs_lr1n1TmmRfz5XxywDIHwEiz_WlpDeuyx-y61pmhmRtnOlg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:3c00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0a2d00696ab815cbb15f312bce97a962.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: RiHuOaG_o4x50rK0RnCrlIzrF6JSzfM3RoQRAqEGvUgreI9JVST7fg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:3c00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:17 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 60b8d0c5361dd1ecc9965e8709b8d79c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: vSVwIJV_lleyI63jGtyvaTRBVmQb1JTfkRTjIDnfDY85Zm5ft8CoXQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:c00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:17 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 60b8d0c5361dd1ecc9965e8709b8d79c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: GhdL8-vo2RfSsPkuWJZg6_vEjzNXMXKGJwgOk_BqzNLOi3PPW7x9xg==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:c00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 851425d2e2023c33a5b8292e20a02270.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: Zd3SnpuN3Qiu3b1-GRX-8x2kGChfDpom6UeggKd6GI6ERtyU0zRFFQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.31:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 87f659bbdb661ec91ff93c2d839305ea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: gKZo_K98KD-rXmRMb7HVhBqqCzvf-LkiGWCx8-zGIM48kBXRRouiJw==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:aa00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f9e6c60f8186352617711b7567ecf148.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: NgSePLeduKk6cZHUQb7cdoXc04PhPoyx6yULydeurkiesTEPu2M0bw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:aa00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 d97e7873a0aceff0d1cb844be87a55a8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: C2vY-NWLgjYL-DRFNOxU24i0dLB8eIcle_4SDj7ITP0zuW7QindTeA==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:ee00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 0263e7e10b506a4542a1515f73f15568.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: eHkeLirHLx6YlrUgTRQ767n22zqgLtY-_ZJBpMx3KCIcm4iHn3visQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:ee00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0c41dec05e49872b643631dc6ffe9e7e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: OMebITghS5Q3SsqkMVN5UjcTDUStBLk2oybf_IQGvXIznDhERbnOkQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:c000:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:17 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 5a8bfbe7786714f24cc15f923ceb6b18.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: jOHSJqYKDgEDPxGP5ugmS1PSHnilQoGWTKSgujDe5wMCixvTaCwPow==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.27:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 f1cc28ba63ebb19f91ae18ece8bb16dc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: HhOIw6k0hWIiN_UOIzuqkBjp7ymnvzoikf7dBJxai02SqI4zJ9akzw==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.126:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e7f30276a09360ada66d3c283ba7f0de.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: DBg7ptiNFTfjljeALeHrPoM6rR6IJTp7i3Hu9SRtv0_VS0Zx9QcEeA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:c000:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0a2d00696ab815cbb15f312bce97a962.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: RT0MQcjWtNVoBWs74SaZo9Fdo1uQ9YauYHudL9bZv7vS2UKQjIbaag==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:5c00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 0263e7e10b506a4542a1515f73f15568.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 93mByryi2yV1-spYajYbtfIT0pGr6tq_WiGiWYXwjXSsvbPwdcpi4w==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.13:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:16 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 a2ca9c0945475efb53271befc31e9b30.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 7SOdsn9O0MSOk5ZoDrrFwLv5eA3PYpK8Laetie8WCdCHWeUw4VL7Ow==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:5c00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:14 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2b5c6697d9ea18b3dedca979cc312b8c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 8GDeeUW5nCj1UUXs1FsgEFArMLDCyjWHSJI0CwAAuQc_ohiii8NwPw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 3.171.214.13:80 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 23 Jan 2026 03:16:14 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 68a32dce20d0762e3778fb28ca194854.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: C8x5mgc02VTVAQG4Q-FgpsRQqsa8inla_QjjZxGNd4I_shP_UX4Brg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:8a00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-23 03:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Fri, 23 Jan 2026 03:16:15 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 f9e6c60f8186352617711b7567ecf148.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 4Ed2CiOoGZJeRO9WAa8QsN8TLC8ejymA8Y8nmZk5ECwoKHVSRRx-GQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:ae00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:20 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 05e25fe9389d9c05dea8635f0696b51a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: kaXBSCsy7DnXQX6egn5mWrkJHt9pYmhn_yB120jLNOH4_6mVTKqodQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:b200:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 0263e7e10b506a4542a1515f73f15568.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: bH904g8aF9IbNxMogeZzQcLljAk7698gFIyb_HeC6Q5fnOcLXQbV4g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:a000:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:20 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 1a7fda6a5bbef020bebe9afb4ee48910.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: x49bgJMEX2kqeytGhIfuHgJqaMiWl2p6zKqmzZd2LjgpjbbB3YIWQA==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.31:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 79e63961785027ba3198beb5e6c93f22.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: DgzjT7rZY8lU_f_zMXjKg8NB90tBb_je9L8VWY6gi4CEFSZfVm97TA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:c200:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 12c5a4105766a258030f1fceb04006f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 2JYUBpHsHyskOJ9wy-oDRfwFKkWMA4HDeGiCXIuplOOJl7sTev6SNg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:f400:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 eeaffe33600b94a3095dd45999e7f000.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: hQbP0ibl3TeJQGcRK6GElKXV9rqufDrX8lMBgo3hoQyfM1Mgi47pRA==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:7600:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 29929bf1a9924b9a8d744154b986dafe.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 6hxKIK207PVjyDcYb3v7MVw16v-duJTT9IZ3TvSDNIIinNlb11lBCQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:1c00:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:20 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 e7f30276a09360ada66d3c283ba7f0de.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: jrF1ZHrjMKnD1_ifLtebpbU4QoBYeGHTT6NabzOj8AbWoRCViHE6tw==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:b200:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 b7f2a0d159557daec861a3f723614294.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: DU-29rWH-E-U2kIxpq74hAx_5sbc4CJ9iNyXx7M_tTQoaAY4LBY2lA==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:1c00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f1cc28ba63ebb19f91ae18ece8bb16dc.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 8PdfM9r2b3Zru5TPhAsK-Xf2bK6daqCimC8MBujoOUD8xfWGDiPbDQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:600:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:20 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 851425d2e2023c33a5b8292e20a02270.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: U-89_voVYEh2lu2o5ZXtaxiTR24rNwI8kWvAHB_LIpngmNSQpbvtFA==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:600:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f9e6c60f8186352617711b7567ecf148.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: bUxQXoJO5W8B4oOYTXpdtTcIDcOuDgYN6XPvSWxIGu_EGaL-aHlyYQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:f400:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 b7f2a0d159557daec861a3f723614294.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: AHpYAwIjoAm6tVKNOhNmBwHjg0bZcrj7nY2BD4sMCSUBURXjBnJ29A==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:7600:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4a388ec8ea42024279163b19a36240ea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: QdnA1O1sxZ0ZqOZxbHmA62IBOeJWIpL42jVsnxc2qMnNtz2HAJYGBw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:c200:10:ad4d:9480:93a1:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 0c41dec05e49872b643631dc6ffe9e7e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: sG4eQ36WhGPaJQT15cZEYVXgSKa3yzTXyHKF3u78_oif9Ox5QtJQBw==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.13:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 851425d2e2023c33a5b8292e20a02270.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: RrSbHisVhzQ9TMvqes2NyGpLaOZ8X_5hqtvz7NyUDLhJT8s2KUNdoQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.126:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 60b8d0c5361dd1ecc9965e8709b8d79c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: AqLzx_rypNiJnsPOYdbTMX5-rMRTJnNAWm6ZNuNiSBIPnzvIvXEkjQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:a000:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a520c7c73f3ec109d3cb0bc2e5623210.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: JszkcSW6uH3dti_e0AckJOznOjhG-MXmyVKyFjn4Yyqr2jMbHajnWw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.31:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 a520c7c73f3ec109d3cb0bc2e5623210.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: u9LNatFgdeWxkS6Wb6Z_tgH0F7U2UT-dfSB84IgwY2ZLI4VQ29rjUA==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.126:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 0631824901b7974213ff58a0ef901c8e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: v-J38aqoVgETJXHFQ4O41QNLLn7VY-WiYUvaO3M1TjNwMRtGqGr4xg==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.27:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 2b5c6697d9ea18b3dedca979cc312b8c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: 8QHBuiwtRKTnKo7Q1CtGrU-R0FdXOBILC8jFdKSW4BjNPnhBfA8E-Q==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.27:443 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 3054
    Connection: close
    Last-Modified: Tue, 14 Feb 2023 19:14:58 GMT
    x-amz-server-side-encryption: AES256
    Accept-Ranges: bytes
    Server: AmazonS3
    Date: Mon, 12 Jan 2026 09:01:19 GMT
    Cache-Control: public, max-age=0
    ETag: "ef6e47f9bcf8baaaf66ece05931e8194"
    X-Cache: Error from cloudfront
    Via: 1.1 12c5a4105766a258030f1fceb04006f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: VE8Lmfs_PUJOplnnncOhojaKmhaQZWE0IvUVAZZN28-ciWEfkhanEQ==
    
    
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <script
          src="https://code.jquery.com/jquery-3.6.0.min.js"
          integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
          crossorigin="anonymous"
        ></script>
        <link
          href="//cdn.muicss.com/mui-0.10.3/css/mui.min.css"
          rel="stylesheet"
          type="text/css"
        />
        <script src="//cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
        <script src="https://cdn.jsdelivr.net/npm/js-cookie@3.0.1/dist/js.cookie.min.js"></script>
      </head>
    
      <body>
        <div class="mui-container" style="width: 600px; margin-top: 100px">
          <form class="mui-form" id="firstStep">
            <legend>Вы находитесь на странице CROWD аутентификации</legend>
            <div class="mui-textfield">
              <input type="text" name="username" placeholder="Username" />
            </div>
            <div class="mui-textfield">
              <input type="password" name="password" placeholder="Password" />
            </div>
            <button
              type="submit"
              id="firstStepBtn"
              class="mui-btn mui-btn--raised mui-btn--primary"
            >
              Отправить
            </button>
          </form>
    
          <div
            id="error"
            class="mui--bg-accent-dark mui-container"
            style="display: none"
          ></div>
        </div>
    
        <script>
          const firstStepElement = document.getElementById("firstStep");
          const firstStepBtn = document.getElementById("firstStepBtn");
    
          function processResp(request) {
            return request
              .then((resp) => {
                return Promise.all([Promise.resolve(resp.status), resp.json()]);
              })
              .then((resp) => {
                if (resp[0] !== 200) {
                  const error = new Error(resp[1] && resp[1].message);
                  throw error;
                } else {
                  return resp[1];
                }
              });
          }
    
          function showError(message) {
            const errorElement = document.getElementById("error");
            errorElement.innerHTML = message;
            errorElement.style.display = "block";
          }
    
          firstStepElement.addEventListener("submit", (e) => {
            e.preventDefault();
    
            login(
              e.target.elements["username"].value,
              e.target.elements["password"].value
            ).then(
              (data) => {
                for (var name in data) {
                  const value = data[name];
                  Cookies.set(name, value);
                }
                window.location.reload();
              },
              (err) => {
                showErrocur(err.message);
              }
            );
          });
    
          function login(username, password) {
            return processResp(
              fetch("https://s3-auth.dizraptor.work/getSignedCookie", {
                method: "POST",
                headers: {
                  "Content-Type": "application/json",
                },
                body: JSON.stringify({
                  username,
                  password,
                }),
              })
            );
          }
        </script>
      </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2600:9000:28c5:ae00:10:ad4d:9480:93a1:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4a388ec8ea42024279163b19a36240ea.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: awA35AwBVQ4aGRappZhv62WHyCv21GoynIfpYGFS-oyVKDGN02fyZA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 3.171.214.13:80 · dizraptor.work

    2026-01-12 09:01

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Mon, 12 Jan 2026 09:01:18 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://dizraptor.work/
    X-Cache: Redirect from cloudfront
    Via: 1.1 f71e1afcd5c7f0fbd1e8e23183dee70c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA50-P1
    X-Amz-Cf-Id: kgWhAJ-LIPnU-waglvgGxa80_rMp3wKS9fHm7u_7KcjwenSIEhfoHg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-12 by HttpPlugin
    Create report
dizraptor.work*.dizraptor.work
CN:
dizraptor.work
Key:
RSA-2048
Issuer:
Not before:
2025-03-06 00:00
Not after:
2026-04-04 23:59