app.elocker.com Open in urlscan Pro
3.9.149.138  Public Scan

Submitted URL: http://support.elocker.com/
Effective URL: https://app.elocker.com/users/sign_in
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On September 09 via api from CA — Scanned from CA

Form analysis 2 forms found in the DOM

POST /users/sign_in?locale=en

<form class="new_user" id="new_user" action="/users/sign_in?locale=en" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token"
    value="0PvUzltBDewa176mbXzyjewqlTb6gTpupWTIMFB5acl17kjD9ddWkQpCNeF8jIg8PxfcWMWlBEqmmNfM7x/HMQ==">
  <div class="form-group">
    <input autofocus="autofocus" autocomplete="email" class="form-control form-control-sm" placeholder="Email" type="email" value="" name="user[email]" id="user_email">
  </div>
  <div class="form-group">
    <div class="input-with-icon">
      <input autocomplete="current-password" class="form-control form-control-sm input-with-icon__input--right" placeholder="Password" type="password" name="user[password]" id="user_password">
      <img class="input-with-icon__icon--right password-eye" src="/assets/icon/eye-6f4189def36eb3b31001b8d0a1e1cb3b29a5b10f9cbcdc6dac7e3f6be9f5b886.svg">
    </div>
  </div>
  <div class="d-flex justify-content-between mb-3">
    <div class="form-check">
      <input name="user[remember_me]" type="hidden" value="0"><input type="checkbox" value="1" name="user[remember_me]" id="user_remember_me">
      <label for="user_remember_me">Remember me</label>
      <script src="https://www.recaptcha.net/recaptcha/api.js?render=6LePLugUAAAAAGpiPpsF2OImMXX2rWbPKItFejDQ"></script>
      <script>
        // Define function so that we can call it again later if we need to reset it
        // This executes reCAPTCHA and then calls our callback.
        function executeRecaptchaForLogin() {
          grecaptcha.ready(function() {
            grecaptcha.execute('6LePLugUAAAAAGpiPpsF2OImMXX2rWbPKItFejDQ', {
              action: 'login'
            }).then(function(token) {
              setInputWithRecaptchaResponseTokenForLogin('g-recaptcha-response-data-login', token)
            });
          });
        };
        // Invoke immediately
        executeRecaptchaForLogin()
        // Async variant so you can await this function from another async function (no need for
        // an explicit callback function then!)
        // Returns a Promise that resolves with the response token.
        async function executeRecaptchaForLoginAsync() {
          return new Promise((resolve, reject) => {
            grecaptcha.ready(async function() {
              resolve(await grecaptcha.execute('6LePLugUAAAAAGpiPpsF2OImMXX2rWbPKItFejDQ', {
                action: 'login'
              }))
            });
          })
        };
        var setInputWithRecaptchaResponseTokenForLogin = function(id, token) {
          var element = document.getElementById(id);
          element.value = token;
        }
      </script>
      <input type="hidden" name="g-recaptcha-response-data[login]" id="g-recaptcha-response-data-login" data-sitekey="6LePLugUAAAAAGpiPpsF2OImMXX2rWbPKItFejDQ" class="g-recaptcha g-recaptcha-response ">
      <a href="/users/password/new?locale=en">Forgot Password?</a>
    </div>
  </div>
  <input type="submit" name="commit" value="Login" class="btn btn-secondary btn-block" data-disable-with="Login">
</form>

POST /find_customer?locale=en

<form action="/find_customer?locale=en" accept-charset="UTF-8" data-remote="true" method="post"><input type="hidden" name="authenticity_token" value="0PvUzltBDewa176mbXzyjewqlTb6gTpupWTIMFB5acl17kjD9ddWkQpCNeF8jIg8PxfcWMWlBEqmmNfM7x/HMQ==">
  <div class="modal-body">
    <div class="form-group">
      <label>Email</label>
      <input type="text" name="email" id="email" class="form-control">
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn btn-secondary" data-dismiss="modal" type="button">Close</button>
    <input type="submit" name="commit" value="Login" class="btn btn-primary" data-disable-with="Login">
  </div>
</form>

Text Content

You need to sign in or sign up before continuing.
Remember me Forgot Password?

SIGN IN WITH OKTA

×
Email
Close
Sign in with Okta
 * Cookie Policy
 * Privacy Policy