cod.leopardscourier.com Open in urlscan Pro
119.13.106.212  Public Scan

URL: https://cod.leopardscourier.com/
Submission: On August 23 via api from US — Scanned from SG

Form analysis 2 forms found in the DOM

POST

<form id="myform" action="" novalidate="novalidate" data-parsley-validate="" class="form-horizontal form-label-left form-detail" method="post">
  <div class="form-group first">
    <label for="username">Employee Code</label>
    <input type="text" class="form-control" id="user_id" name="user_id" required="">
  </div>
  <div class="form-group last mb-4">
    <label for="password">Password</label>
    <input type="password" class="form-control" id="password" name="password" required="">
  </div>
  <input type="submit" value="Log In" class="btn btn-block btn-primary btn-yellow">
  <div class="send-otp">
    <i class="fas fa-mobile-alt"></i>
    <label for="sendOtp">Send OTP To Mobile To Set Password &nbsp; <a class="text-right mt-3 forgot-password" href="#">
                                        Get OTP On Mobile
                                    </a>
      <!-- <a class="text-right mt-3 forgot-password" href="#" data-toggle="modal" data-target="#exampleModal">
                                        Get OTP On Mobile
                                    </a> -->
    </label>
  </div>
</form>

POST

<form id="GetpasswordForm" action="" novalidate="novalidate" data-parsley-validate="" class="form-horizontal form-label-left form-detail" method="post">
  <div class="modal-body">
    <!-- -------------------------------------------------------------------------------------------------- -->
    <div class="row">
      <div class="col-lg-6">
        <label class="text_label" style="text-transform: capitalize;">Employee Code :</label>
      </div>
      <div class="col-lg-6">
        <input type="text" name="code" id="code" placeholder="Employee Code" pattern="[0-9]{1,10}" title="Employee Code is Required">
      </div>
      <div class="col-lg-6">
        <label class="text_label" style="text-transform: capitalize;">Last 4 Digits Reg. Mobile No.:</label>
      </div>
      <div class="col-lg-6">
        <input type="text" name="numberDigit" id="numberDigit" placeholder="Mobile Last 4 Digit" pattern="[0-9]{1,10}" title="Please Enter Last 4 Digit Number ">
      </div>
    </div>
    <!-- <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 text-left">
                        <label class="text_label" style="text-transform: capitalize;">Employee Code :</label>
                    </div>
                    <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 text-left">
                        <input type="text" name="code" id="code" class="input input_login" required="" placeholder="Employee Code" pattern="[0-9]{1,10}" title="Employee Code Only" oninvalid="this.setCustomValidity('Employee Code Only')" oninput="setCustomValidity('')">
                    </div> -->
    <!-- ------------------------------------------------------------------------------------------------- -->
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
    <!-- <button type="button" class="btn btn-primary">Submit</button> -->
    <button type="submit" class="btn btn-primary">Submit</button> <!-- Changed to type="submit" -->
  </div>
</form>

Text Content

SIGN IN

Insert your login credentials for sign in.123

Employee Code
Password
Send OTP To Mobile To Set Password   Get OTP On Mobile

GET PASSWORD

×
Employee Code :

Last 4 Digits Reg. Mobile No.:

Close Submit