119.8.144.206 Open in urlscan Pro
119.8.144.206  Public Scan

URL: https://119.8.144.206:8443/
Submission: On December 18 via manual from JP — Scanned from JP

Form analysis 2 forms found in the DOM

<form>
  <div class="input-group eula-user-info">
    <div class="input-group-prepend">
      <label class="input-group-text" id="">Your full name and email address:</label>
    </div>
    <input type="text" placeholder="Full Name" class="col-sm-3 eula-fullname" autofocus="" oninput="validateEula(event);">
    <input type="text" placeholder="Email" class="col-sm-3 eula-email" oninput="validateEula(event);">
  </div>
  <div class="mt-2">
  </div>
  <div class="pull-right p-1">
    <button type="submit" class="btn btn-primary" title="Users must scroll to the bottom of the EULA to accept" onclick="acceptEula(this); return false;"></button>
    <button type="button" class="btn btn-secondary" data-dismiss="modal" onclick="logout();"></button>
  </div>
</form>

POST /index.html

<form id="login-form" action="/index.html" method="POST" novalidate="">
  <div class="form-group">
    <label for="username">Username</label>
    <input type="text" class="form-control underlined username" name="username" id="username" placeholder="User Name" autofocus="" autocomplete="off" required="" oninput="validateLogin(event);">
  </div>
  <div class="form-group">
    <label for="password">Password</label>
    <input type="password" class="form-control underlined password" name="password" id="passwordLogin" placeholder="Password" autocomplete="off" required="" oninput="validateLogin(event);">
    <span toggle="#passwordLogin" class="fas fa-fw fa-eye show-password-icon-modal toggle-password" hidden=""></span>
  </div>
  <p class="text-muted text-cs-center" id="complexity"></p>
  <div class="form-group">
    <button type="submit" class="btn btn-block btn-primary login" disabled="disabled" onclick="return login();">Login</button>
    <span class="error-message"></span>
  </div>
  <div class="form-group">
    <p class="text-muted text-center">Copyright (c) SCYTHE. All Rights Reserved.</p>
  </div>
</form>

Text Content

x

PASSWORD RESET

Change Your Password







Change Password
Close
×




Your full name and email address:


x

SETUP TWO FACTOR AUTHENTICATION

You are almost done! Please start an OTP generator (such as Google Authenticator
or FreeOTP) and scan the following QR Code with it.



If you would like download your QR code as a backup, right-click the above image
and save it. You will not be shown this image again.

Once you have scanned the QR code, close this prompt and login again.

Close
x

TWO FACTOR AUTHENTICATION

Enter the code on your Two Factor Authentication Application



Verify
Close

Login

Username
Password



Login

Copyright (c) SCYTHE. All Rights Reserved.