billing.pipilikasoft.com Open in urlscan Pro
154.26.128.205  Public Scan

URL: https://billing.pipilikasoft.com/
Submission: On November 10 via automatic, source certstream-suspicious — Scanned from SG

Form analysis 1 forms found in the DOM

POST /

<form action="/" class="form-vertical" method="post"><input name="__RequestVerificationToken" type="hidden" value="YCjStWoTXuSC7zAS9QOTD8EqjZVb68JkVSlCWRhwxgwMdPDpAO-pLaUhKvwNSzcePtrvUUw0uOSHN6GHwiR09lqMWLUEYG1ZqWyq770iRCc1">
  <div class="login-form" style="padding: 0 15px; margin-top: 15px">
    <div class="form-group">
      <label class="input-label" for="UserName">User ID</label>
      <input class="form-control" data-val="true" data-val-required="The User ID field is required." id="UserName" name="UserName" placeholder="User ID" type="text" value="">
      <span class="field-validation-valid text-danger" data-valmsg-for="UserName" data-valmsg-replace="true"></span>
    </div>
    <div class="form-group password-field-area">
      <label class="input-label" for="Password">Password</label>
      <input class="form-control password-field" data-val="true" data-val-required="The Password field is required." id="password-field" name="Password" placeholder="Password" type="password">
      <span class="field-validation-valid text-danger" data-valmsg-for="Password" data-valmsg-replace="true"></span>
      <div>
        <img id="eye-icon" src="/assets/img/login/eye-svgrepo-com.svg">
      </div>
    </div>
    <div class="row form-check">
      <div class="col-md-12">
        <button class="btn shiny btn-block btn-primary main-btn" type="submit"><i class="glyphicon glyphicon-log-in"></i> Login</button>
      </div>
      <div class="col-md-12" style="text-decoration: none !important; padding-top: 18px; text-align: center;">
        <span>
          <a href="/Reset" style="font-size: 12px; color: red;">Forgot Password?</a>
        </span>
      </div>
    </div>
  </div>
  <style>
    .password-field-area {
      position: relative;
    }

    .password-field {
      padding-right: 30px;
    }

    #eye-icon {
      width: 15px;
      position: absolute;
      right: 8px;
      top: 36px;
      cursor: pointer;
    }

    #close-password {}
  </style>
  <script>
    document.addEventListener("DOMContentLoaded", function() {
      // password show and hide on click eye icon
      const eyeIcon = document.getElementById("eye-icon");
      const passwordInputField = document.getElementById("password-field");
      var showPassword = false;
      eyeIcon.addEventListener("click", function() {
        if (showPassword == false) {
          passwordInputField.type = "text";
          eyeIcon.src = "/assets/img/login/eye-off-svgrepo-com.svg";
          showPassword = true;
        } else if (showPassword == true) {
          passwordInputField.type = "password";
          eyeIcon.src = "/assets/img/login/eye-svgrepo-com.svg";
          showPassword = false;
        }
      })
    });
  </script>
</form>

Text Content

Warning! Your web browser's JavaScript is disable. For full functionality of
this site it is necessary to enable JavaScript. Here are the instructions how to
enable JavaScript in your web browser


LOGIN TO I-EMS

User ID
Password

Login
Forgot Password?
Developed & Maintained by