reset.intility.no Open in urlscan Pro
137.221.25.7  Public Scan

Submitted URL: https://nyttpassord.no/
Effective URL: https://reset.intility.no/
Submission: On August 31 via automatic, source certstream-suspicious

Form analysis 1 forms found in the DOM

<form role="form" data-bind="submit: btnNextClick">
  <div class="content">
    <div class="row">
      <div class="col-xs-12">
        <hgroup>
          <h1></h1>
          <h2></h2>
        </hgroup>
      </div>
      <div id="templateContainer" data-bind="template: { name: currentTemplate().name, data: currentTemplate() }">
        <div class="col-xs-12">
          <p> Welcome to the Password Reset Website. </p>
          <p> This website will guide you through the process of resetting your password. </p>
          <div class="form-group" data-bind="css: { 'has-error': $root.username.hasError }">
            <label for="username">Username</label>
            <div class="input-group">
              <span class="input-group-addon"><span class="icon-username"></span></span>
              <input data-bind="value: $root.username, hasFocus: hasFocus, valueUpdate: 'afterkeydown'" id="username" class="form-control" type="text" placeholder="Enter username" autocomplete="off">
            </div>
          </div>
          <div data-bind="text: $root.errorMessage, visible: $root.errorMessage().length > 0" class="alert alert-danger" style="display: none;"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="footer">
    <div class="row">
      <div class="col-xs-12 text-right">
        <button data-bind="click: btnCancelClick, visible: showCancelButton" type="button" class="btn btn-default" style="display: none;">Cancel</button>
        <button data-bind="visible: showNextButton, text: submitBtnText" class="btn btn-primary" type="submit">Next</button>
      </div>
    </div>
    <div class="row">
      <div class="col-xs-12 successMessage" data-bind="visible: successMessage().length > 0" style="display: none;">
        <strong data-bind="text: successMessage"></strong>
      </div>
      <div class="col-xs-12">
        <div class="progress">
          <div data-bind="attr: { 'aria-valuenow': percentageDone() }, style: { width: percentageDone() + '%' }" class="progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;">
          </div>
        </div>
      </div>
    </div>
    <span class="copyright">© 2019 Entrust Datacard. All rights reserved.</span>
  </div>
</form>

Text Content

Welcome to the Password Reset Website.

This website will guide you through the process of resetting your password.

Username


Cancel Next

© 2019 Entrust Datacard. All rights reserved.