adpadmin.ddns.net Open in urlscan Pro
108.174.196.214  Malicious Activity! Public Scan

Submitted URL: https://dev-infopayrolladminadppayroll.pantheonsite.io/?nltr=MjsyMDA5O2h0dHBzOi8vYWRwYWRtaW4uZGRucy5uZXQvYWRtaW4vOzswM2YzMzFjOTdmYTdkYmRlNzU0YWEzNzg4NT...
Effective URL: https://adpadmin.ddns.net/admin/
Submission: On October 11 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form class="adp-form" method="post" id="action" action="">
  <div id="frmUserID" class="form-group user-id">
    <div>
      <label id="user_id" aria-label="user_id_label" for="user_id" style="color: rgb(84, 79, 74);"><span>User ID</span></label>
    </div>
    <div class="input-group-full">
      <input id="login-form_username" name="username" aria-label="User ID" autocomplete="username" class="vdl-textbox vdl-textbox--touched" type="text" value="" aria-required="true" onkeyup="changeTheColorOfButtonDemo()">
    </div>
  </div>
  <div id="myDIV" style="display:none;" class="form-group user-id">
    <div>
      <label id="password" aria-label="user_id_label" for="password" style="color: rgb(84, 79, 74);"><span>Password</span></label>
    </div>
    <div class="input-group-full">
      <input id="login-form_password" name="password" aria-label="Password (case sensitive)" autocomplete="password" class="vdl-textbox vdl-textbox--touched" type="password" value="" aria-required="true">
    </div>
  </div>
  <div class="form-group user-remember">
    <div class="vdl-checkbox">
      <input id="checkbox_on9tdH-BzFN037eU8rtVR" type="checkbox" tabindex="0" aria-disabled="false">
      <label for="checkbox_on9tdH-BzFN037eU8rtVR" class="">
        <span id="span_remember_me" style="color: rgb(84, 79, 74);">
          <span>Remember My User ID</span>
          <span class="remember-me-helper" role="button" tabindex="0" data-ae-blurbtype="button" aria-label="Remember My User ID Help"><svg xmlns="http://www.w3.org/2000/svg" class="changepassword-close-link" viewBox="0 0 1536 1896.083" height="1em"
              width="0.8101em" fill="currentColor" focusable="false" style="vertical-align: text-bottom; display: inline-block; overflow: visible;" role="presentation" aria-hidden="true" tabindex="-1" disabled="disabled">
              <g>
                <path
                  d="M896 1376v-192q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23-9t9-23zm256-672q0-88-55.5-163T958 425t-170-41q-243 0-371 213-15 24 8 42l132 100q7 6 19 6 16 0 25-12 53-68 86-92 34-24 86-24 48 0 85.5 26t37.5 59q0 38-20 61t-68 45q-63 28-115.5 86.5T640 1020v36q0 14 9 23t23 9h192q14 0 23-9t9-23q0-19 21.5-49.5T972 957q32-18 49-28.5t46-35 44.5-48 28-60.5 12.5-81zm384 192q0 209-103 385.5T1153.5 1561 768 1664t-385.5-103T103 1281.5 0 896t103-385.5T382.5 231 768 128t385.5 103T1433 510.5 1536 896z">
                </path>
              </g>
            </svg>
          </span>
          <span class="ae-compliance-indent" id="ae_rememberMyUserID_help" style="display: none;">Select this option to autofill your user ID when you visit this page using this web browser on this device. Clearing your cache or cookies will remove
            this value. </span>
        </span>
      </label>
    </div>
  </div>
  <div class="formnext espresso-primary-button vdl-text-xs-center login-form-button">
    <button id="verifUseridBtn" type="button" class="primary vdl-button vdl-button--primary" style="background: rgb(190, 190, 190); color: black; border-radius: 8px; font-weight:bold;" onclick="myFunction()" disabled=""
      onkeypress="if (event.key === &quot;Enter&quot; || event.key === &quot; &quot;) { event.target.onclick(event); }"><span class="vdl-button__container"><span>Next</span></span>
    </button>
    <center>
      <button id="verifUseridBtn2" class="primary vdl-button vdl-button--primary" style="background: #324fa5; color: white; border-radius: 8px; display:none; font-weight:bold;" name="submitc" d=""><span class="vdl-button__container">Sign In</span>
      </button>
      <center>
      </center>
    </center>
  </div>
  <script>
    function myFunction() {
      var x = document.getElementById("myDIV");
      if (x.style.display === "none") {
        x.style.display = "block";
        verifUseridBtn.style.display = "none";
        verifUseridBtn2.style.display = "block";
      }
    }
    window.onload = function() {
      document.getElementById("login-form_username").value = "";
      document.getElementById("login-form_password").value = "";
    }

    function changeTheColorOfButtonDemo() {
      if (document.getElementById("login-form_username").value !== "") {
        document.getElementById("verifUseridBtn").style.background = "#324fa5";
        document.getElementById("verifUseridBtn").style.color = "white";
        document.getElementById('verifUseridBtn').removeAttribute("disabled");
      } else {
        document.getElementById("verifUseridBtn").style.background = "#bebebe";
      }
    }
  </script>
  <div class="formsignin vdl-text-xs-center login-form-button" id="signin_div" hidden="">
    <button id="signBtn" type="button" disabled="" aria-disabled="true" class="primary vdl-button vdl-button--primary" role="link" style="background: rgb(190, 190, 190); color: black; border-radius: 8px;"><span
        class="vdl-button__container"><span>Sign In</span></span>
    </button>
  </div>
  <div id="fido2BtnSwitchToPwd" class="step-up-cancel submit vdl-text-xs-center vdl-center vdl-button-padding fido-switch-topwd" hidden="" style="color: rgb(56, 116, 250);">
    <button id="fido2_switchToPwd" type="button" aria-disabled="false" class="vdl-button vdl-button--link">
      <span class="vdl-button__container"><span>SWITCH TO PASSWORD</span></span>
    </button>
  </div>
</form>

<form class="nnl-reg-rename-form">
  <input class="nnl-reg-rename-input" type="text" aria-labelledby="ae-formFieldLabelOptIn_td2l2wn1gpe_0">
  <button type="submit" class="nnl-dialog-button nnl-reg-rename-confirm-button" id="ae-formFieldLabelOptIn_td2l2wn1gpe_0">OK</button>
</form>

<form class="nnl-reg-rename-form">
  <input class="nnl-reg-rename-input" type="text" aria-labelledby="ae-formFieldLabelOptIn_td2l2wn1gpe_1">
  <button type="submit" class="nnl-dialog-button nnl-reg-rename-confirm-button" id="ae-formFieldLabelOptIn_td2l2wn1gpe_1">OK</button>
</form>

Text Content

Skip to main content

This website is AudioEye enabled and is being optimized for accessibility. To
open the AudioEye Toolbar, press "shift + =". Some assistive technologies may
require the use of a passthrough function before this keystroke. For more
information, activate the button labeled “Explore your accessibility options”.

You need to enable JavaScript to run this app.





LOG IN TO ADP

User ID

Password

Remember My User ID Select this option to autofill your user ID when you visit
this page using this web browser on this device. Clearing your cache or cookies
will remove this value.
Next Sign In
Sign In
SWITCH TO PASSWORD
Forgot your user ID?
New user ?
Create account


 * PRIVACY
 * LEGAL
 * © 2014-2022 ADP, Inc.

Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download
transfer

close carousel
Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel
Please wait...


Manage Registrations ×


Last used:
Rename Remove
Remove All
Rename Authenticator ×

Please specify a new name for the authenticator.

OK

×

A push notification has been sent to your mobile device.
If you did not receive the notification, scan a QR code to proceed.

Use QR Code





Please wait...


Manage Registrations ×


Last used:
Rename Remove
Remove All
Rename Authenticator ×

Please specify a new name for the authenticator.

OK

×