dev-secure-repforce.ddns.net Open in urlscan Pro
206.185.52.74  Public Scan

Submitted URL: https://dev-secure-repforce.ddns.net/
Effective URL: https://dev-secure-repforce.ddns.net/auth
Submission: On September 06 via automatic, source certstream-suspicious — Scanned from IT

Form analysis 1 forms found in the DOM

POST /auth/login

<form id="form-login" class="js-validate form-show-processing" role="form" action="/auth/login" method="post" novalidate="novalidate">
  <input type="hidden" name="do_login" value="true">
  <div class="text-center mb-5">
    <h1 class="display-4">Sign in</h1>
  </div>
  <!-- Form Group -->
  <div class="js-form-message form-group">
    <label class="input-label" for="signupSrEmail">Your email</label>
    <input type="email" class="form-control form-control-md" name="email" id="signupSrEmail" placeholder="youremail@email.com" required="" data-msg="Please enter a valid email address.">
  </div>
  <!-- End Form Group -->
  <!-- Form Group -->
  <div class="js-form-message form-group">
    <label class="input-label" for="signupSrPassword">
      <span class="d-flex justify-content-between align-items-center"> Password <a tabindex="1" class="input-label-secondary" href="/auth/forgot">Forgot Password?</a>
      </span>
    </label>
    <div class="input-group input-group-merge">
      <input tabindex="0" type="password" class="js-toggle-password form-control form-control-md" name="password" id="signupSrPassword" placeholder="Please enter your password" required="" data-msg="Your password is invalid. Please try again."
        data-hs-toggle-password-options="{
											&quot;target&quot;: &quot;#changePassTarget&quot;,
											&quot;defaultClass&quot;: &quot;fa-eye-slash&quot;,
											&quot;showClass&quot;: &quot;fa-eye&quot;,
											&quot;classChangeTarget&quot;: &quot;#changePassIcon&quot;
										}">
      <div id="changePassTarget" class="input-group-append">
        <a class="input-group-text" href="javascript:;">

											<i id="changePassIcon" class="fad fw fa-eye-slash"></i>
										</a>
      </div>
    </div>
  </div>
  <!-- End Form Group -->
  <div class="row">
    <div class="col-12">
      <button type="submit" class="btn btn-soft-primary w-100 border pl-2">
        <div class="float-left"><i class="fad fa-sign-in-alt fa-lg"></i></div>
        <span class="pb-px ml-2" style="font-weight: 500; color: #3c4043;">Sign in with password</span>
      </button>
    </div>
  </div>
  <div class="row">
    <!-- Google -->
    <div class="col-lg-6 col-sm-12">
      <div class="mb-2 w-full mt-1">
        <div class="g3 px-0 mt-1">
          <div class="g_id_signinx">
            <div class="g2">
              <!--<button class="inline-flex items-center justify-center w-full px-6 h-14 pb-0.5 rounded-xl text-lg bg-transparent border border-trans-10 text-primary cursor-pointer" type="button">-->
              <button id="google_login" class="sso_login btn w-100 border pl-1" data-login_uri="https://dev.secure.repforce.co/auth/google" type="button">
                <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="gsvg float-left">
                  <g>
                    <path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
                    <path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
                    <path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
                    <path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
                    <path fill="none" d="M0 0h48v48H0z"></path>
                  </g>
                </svg>
                <span class="pb-px pl-1" style="font-weight: 500; color: #3c4043;">Sign in with Google</span>
              </button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- Entra -->
    <div class="col-lg-6 col-sm-12">
      <div class="mb-2 w-full mt-1">
        <div class="px-0">
          <!--<button class="inline-flex items-center justify-center w-full px-6 h-14 pb-0.5 rounded-xl text-lg bg-transparent border border-trans-10 text-primary cursor-pointer" type="button">-->
          <button id="entra_login" class="sso_login btn w-100 border pl-1" data-login_uri="https://dev.secure.repforce.co/auth/entra" type="button">
            <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="float-left">
              <path d="M2 2H11V11H2V2Z" fill="#F35325"></path>
              <path d="M13 2H22V11H13V2Z" fill="#81BC06"></path>
              <path d="M2 13H11V22H2V13Z" fill="#05A6F0"></path>
              <path d="M13 13H22V22H13V13Z" fill="#FFBA08"></path>
            </svg>
            <span class="pb-px pl-1" style="font-weight: 500; color: #3c4043;">Sign in with Microsoft</span>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="mt-1 mb-3 text-danger" id="loginerror"></div>
  <div class="text-center"><small style="font-size:90%;">By signing in, you agree to Repforce's <a href="#" onclick="show_disclaimer()">Conditions of Use</a>.</small></div>
</form>

Text Content

SALES FORCE AUTOMATION

 * Empower your team Repforce empowers your sales team by giving them finer
   control over the sales process. Give your business a sales boost with a sales
   tool that your team loves to use to close deals.
 * Learning Build a stronger sales force with integrated learning


SIGN IN

Your email
Password Forgot Password?


Sign in with password
Sign in with Google
Sign in with Microsoft

By signing in, you agree to Repforce's Conditions of Use.