greentechctg.rocksname.com Open in urlscan Pro
103.161.46.90  Public Scan

Submitted URL: https://www.greentechctg.rocksname.com/
Effective URL: https://greentechctg.rocksname.com/
Submission: On December 18 via api from US — Scanned from FR

Form analysis 1 forms found in the DOM

POST ./

<form method="post" action="./" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="msz+XDYOlUYR4VpQ0zVwZw1doOIIcvZ4V3MQ8wutaBA1rmTuJ4iwh45T87HmSXfOEtnsSTPxDhJpzzIHqNSk2lm/2e0xI/S6MDgqDnLH8062q2jcmO63Wt66JGXtbJI0a+xL18Hkb8yFCx44lvp3Lx4iWPGNLpu3zrJkchcs25q27mX6i/CM1yPT11+2c0Ypin3CJuMCmBs4nzdfdpyBaVG1QqpuDqkneU5ZN6m2S6751uOOWD9bpLcJ4s449c7H2tmGUbiVNeblXjsJ0C5Q8ev3Py4P4D/FfYTfqjxESM3mLfOmwGDd/YUQJx1vpe8/IBYmL9KVedmnwWLspVwLMpgmwxOHofLNcGGVWe1e43mFPhBoe+xcAkvgl5Pm8n+xbVflV9Vgu+TbixdS8kgAGAXh3jA/0ItVkjoiDZU2rIjO3lAm">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="4xi936LPpeyYZp2gEWOmNmUUZtLwlD0vSXfH7AHxE8MAKIb8RZr0POEE/UUiUVAuT7Et/KxW5vPo1jCxgyEF0rteBKLQcCj4hrCdCdjc+nZ6PgaE35JMMKtk5gUZ94j0hmKbd/thqfSyU0fjc7GpodQZ/PraqUXa8W9z7f4eKsdUDhal3TbHV4XfKgE7bfxzRKNa0zUhsyf4PxNdVTcHdE/+vpycOBpgFAQZA1Bjk49MdGIjkf/fADZi3thdn7tSfsCamxScl18skjgGoqBYC9TEwlHdE03OpRMgCX0hpvCmd/GAhGqxZFUY5KbKbuJiO0Z7J0lAcd0TcmvzDwmRmWPge2I=">
  </div>
  <section>
    <div class="gridContainer">
      <div class="row rowflex">
        <span id="companylb">Company Name</span>
        <select name="companydl" id="companydl">
          <option selected="selected" value="1">GREENTECH SYSTEM LIMITED</option>
        </select>
      </div>
      <div class="row rowflex">
        <span id="branchlb">Branch Name</span>
        <select name="branchdl" id="branchdl">
          <option value="2">GREENTECH SYSTEM LIMITED</option>
        </select>
      </div>
      <div class="row rowflex">
        <span id="userNamelb">User Name</span>
        <input name="userNameTextBox" type="text" id="userNameTextBox" placeholder="User Name">
      </div>
      <div class="row rowflex">
        <span id="passwordLabel">Password</span>
        <input name="passwordTextBox" type="password" autocomplete="off" id="passwordTextBox" placeholder="Password">
      </div>
      <div class="row hide">
        <span id="Label3">OTP</span>
        <input name="otptxt" type="number" id="otptxt">
        <span class="hide"><input id="otpchk" type="checkbox" name="otpchk"></span>
        <span class="hide"><input id="invaildotpchk" type="checkbox" name="invaildotpchk"></span>
      </div>
      <div class="row hide">
        <span id="timelb"></span>
        <input type="submit" name="resendotp" value="Resend" id="resendotp">
      </div>
      <div class=" row center">
        <input type="submit" name="loginButton" value="Login" id="loginButton">
        <input type="submit" name="sqltransactioncheckbtn" value="SQlTransactionCheck" id="sqltransactioncheckbtn" class="hide">
        <input type="submit" name="concurrencybtn" value="Concurrency" id="concurrencybtn" class="hide">
        <input type="submit" name="selectcompanybt" value="" id="selectcompanybt" class="hide">
      </div>
      <div id="messageDialog" title="Confirm Message" style="display: none;">
        <p>
          <span>Are you sure you want to edit this record? </span>
        </p>
      </div>
    </div>
    <div style="text-align: center;">
      <span id="Label4" style="font-size: Medium; font-weight: bold;">Developed by:</span>
      <br>
      <span id="Label50" style="font-size: Small; font-weight: bold;"><a target="_blank" rel="noopener" href="https://www.facebook.com/bmsldhaka/">Billing Master Software Ltd.</a></span>
      <br>
      <span id="Label1" style="font-size: Small; font-weight: bold;">Hotline: +8809638-008877, +8801733-338811</span>
      <br>
      <span id="Label2" style="font-size: Small; font-weight: bold;">Management: +8801819-274862</span>
    </div>
  </section>
  <script src="/Scripts/jquery-2.1.1.min.js"></script>
  <script src="/Scripts/jquery.validate.js"></script>
  <script src="/Scripts/jquery-ui-1.10.4.min.js"></script>
  <script src="/Scripts/AppScripts/Main.js?v=20.0"></script>
  <script>
    //if ("geolocation" in navigator) {
    //    navigator.geolocation.getCurrentPosition( function(position) {
    //        alert(position.coords.latitude);
    //        alert(position.coords.longitude);
    //});
    //} else {
    //    alert("notavailable")
    //}
    let vh = window.innerHeight * 0.01;
    // Then we set the value in the --vh custom property to the root of the document
    document.documentElement.style.setProperty('--vh', vh + 'px');
    window.addEventListener('resize', function() {
      // We execute the same script as before
      let vh = window.innerHeight * 0.01;
      document.documentElement.style.setProperty('--vh', vh + 'px');
    });

    function mytest() {
      alert("test sdf");
      return true;
    }
    $("#companydl").change(function() {
      if ($("#branchdl").is(":visible")) {
        $("#selectcompanybt").click();
      }
    });
    $("#userNameTextBox").keydown(function(e) {
      if (e.which == 13) {
        e.preventDefault();
        $("#passwordTextBox").focus();
      }
    });
    $("#passwordTextBox").keydown(function(e) {
      if (e.which == 13) {
        e.preventDefault();
        $("#loginButton").click();
      }
    });
    $("#otptxt").keydown(function(e) {
      if (e.which == 13) {
        e.preventDefault();
        $("#loginButton").click();
      }
    });

    function load() {
      var branch = $("#branchdl").is(":visible");
      var company = $("#companydl").is(":visible");
      var rows = document.getElementsByClassName('row');
      rows[0].classList.add("hide");
      rows[1].classList.add("hide");
      rows[2].classList.add("hide");
      rows[3].classList.add("hide");
      rows[4].classList.add("hide");
      rows[5].classList.add("hide");
      if (document.getElementById('otpchk').checked) {
        time();
        rows[4].classList.remove("hide");
        rows[5].classList.remove("hide");
      } else if (document.getElementById('invaildotpchk').checked) {
        document.getElementById('timelb').textContent = "Incorrect  OTP";
        rows[4].classList.remove("hide");
        rows[5].classList.remove("hide");
      } else {
        if (company) {
          rows[0].classList.remove("hide");
        } else {
          document.getElementById("userNameTextBox").style.width = '100%';
          document.getElementById("passwordTextBox").style.width = '100%';
          $("#userNamelb").hide();
          $("#passwordLabel").hide();
        }
        if (branch && company) {
          rows[1].classList.remove("hide");
        }
        rows[2].classList.remove("hide");
        rows[3].classList.remove("hide");
      }
    }
    load();

    function pageLoad() {
      load();
    }

    function timecount() {
      if (second == 0) {
        document.getElementById("loginButton").disabled = true;
        clearInterval(myInterval);
      } else {
        showminute = parseInt(second / 60);
        showsecond = second % 60;
        document.getElementById('timelb').textContent = "Enter OTP Within " + showminute + ":" + showsecond + " Minutes";
        second--;
      }
    }

    function time() {
      second = 299;
      document.getElementById('timelb').textContent = "Enter OTP Within " + 2 + ":" + 60 + " Minutes";
      myInterval = setInterval(timecount, 1000);
      return false;
    }
  </script>
</form>

Text Content

Company Name GREENTECH SYSTEM LIMITED
Branch Name GREENTECH SYSTEM LIMITED
User Name
Password
OTP



Are you sure you want to edit this record?

Developed by:
Billing Master Software Ltd.
Hotline: +8809638-008877, +8801733-338811
Management: +8801819-274862