bfitest.realsecure.ae Open in urlscan Pro
194.233.70.20  Public Scan

Submitted URL: https://bfitest.realsecure.ae/
Effective URL: https://bfitest.realsecure.ae/auth/
Submission: On January 11 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

<form>
  <div class="text-center">
    <h4 class="mt-3 mb-0 pb-0" style="font-family:'Bookman Old Style'; color:white;">Welcome back</h4>
    <p style="color:white;">Welcome back! Please enter your details.</p>
  </div>
  <div class="form-outline mb-4 ">
    <label class="form-label required" for="txtUserName" style="color:white;">Username</label>
    <input type="text" id="txtUserName" class="form-control">
  </div>
  <div class="form-outline mb-4">
    <label class="form-label required" for="txtPassword" style="color:white;">Password</label>
    <input type="password" id="txtPassword" class="form-control">
  </div>
  <div class="form-check d-flex justify-content-between">
    <div>
      <input class="form-check-input" type="checkbox" id="rememberMe">
      <label class="form-check-label mb-0 ms-1" for="rememberMe" style=" font-size:small; color:white;">Remember for 30 days</label>
    </div>
    <a class="text-muted" onclick="showForgotPassword();" href="#!" style="font-size:small;padding-left:inherit; color: #f9fafb!important;">Forgot password</a>
  </div>
  <div class="form-floating mt-3">
    <span class="text-danger" id="lblvalidationerror"></span>
  </div>
  <div class="text-center pt-3 mb-5 pb-1">
    <button class="btn btn-danger btn-block" type="button" style="width:100%;" id="btnLogin" onclick="return doLogin();"> Login </button>
  </div>
</form>

<form>
  <div class="text-center">
    <h4 class="mt-3 mb-0 pb-0" style="font-family:'Bookman Old Style'; color:white;">Unable to login, no worries.</h4>
    <p style="color:white;">Please enter username <br>we will email you the instructions.</p>
  </div>
  <div class="form-outline mb-4 ">
    <label class="form-label required" for="txtFPUserName" style="color:white;">Username</label>
    <input type="text" id="txtFPUserName" class="form-control">
  </div>
  <div class="text-center pt-3 mb-5 pb-1">
    <button class="btn btn-danger btn-block" type="button" style="width:100%;" id="btnForget" onclick="return doForgetPassword();"> Send Instructions </button>
  </div>
  <div class="form-floating pt-3 mb-5 pb-1">
    <span class="text-danger" id="lblvalidationFPerror"></span>
  </div>
  <div class="form-check text-center p-0">
    <a class="text-muted" onclick="showLogin();" href="#!" style="font-size:small;padding-left:inherit; color: #f9fafb!important;">Try Login Instead</a>
  </div>
</form>

Text Content

WELCOME BACK

Welcome back! Please enter your details.

Username
Password
Remember for 30 days
Forgot password

Login

UNABLE TO LOGIN, NO WORRIES.

Please enter username
we will email you the instructions.

Username
Send Instructions

Try Login Instead