port.beta.moneystrike.net Open in urlscan Pro
167.172.139.188  Public Scan

URL: https://port.beta.moneystrike.net/
Submission: On May 15 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="simple-box-form form-horizontal ng-pristine ng-valid">
  <!-- note -->
  <div class="form-group">
    <div class="col-sm-12">
      <span class="small text-muted"> Please create the initial administrator user. </span>
    </div>
  </div>
  <!-- !note -->
  <!-- username-input -->
  <div class="form-group">
    <label for="username" class="col-sm-4 control-label text-left"> Username </label>
    <div class="col-sm-8">
      <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" id="username" ng-model="formValues.Username" placeholder="e.g. admin">
    </div>
  </div>
  <!-- !username-input -->
  <!-- new-password-input -->
  <div class="form-group">
    <label for="password" class="col-sm-4 control-label text-left">Password</label>
    <div class="col-sm-8">
      <input type="password" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="formValues.Password" id="password" auto-focus="">
    </div>
  </div>
  <!-- !new-password-input -->
  <!-- confirm-password-input -->
  <div class="form-group">
    <label for="confirm_password" class="col-sm-4 control-label text-left">Confirm password</label>
    <div class="col-sm-8">
      <div class="input-group">
        <input type="password" class="form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="formValues.ConfirmPassword" id="confirm_password">
        <span
          class="input-group-addon"><i ng-class="{ true: 'fa fa-check green-icon', false: 'fa fa-times red-icon' }[formValues.Password !== '' &amp;&amp; formValues.Password === formValues.ConfirmPassword]" aria-hidden="true" class="fa fa-times red-icon"></i></span>
      </div>
    </div>
  </div>
  <!-- !confirm-password-input -->
  <!-- note -->
  <div class="form-group">
    <div class="col-sm-12">
      <span class="small text-muted">
        <i ng-class="{ true: 'fa fa-check green-icon', false: 'fa fa-times red-icon' }[formValues.Password.length >= 8]" aria-hidden="true" class="fa fa-times red-icon"></i> The password must be at least 8 characters long </span>
    </div>
  </div>
  <!-- !note -->
  <!-- actions -->
  <div class="form-group">
    <div class="col-sm-12">
      <button type="submit" class="btn btn-primary btn-sm ng-isolate-scope" ng-disabled="state.actionInProgress || formValues.Password.length < 8 || formValues.Password !== formValues.ConfirmPassword" ng-click="createAdminUser()"
        button-spinner="state.actionInProgress" disabled="disabled"><ng-transclude>
          <span ng-hide="state.actionInProgress" class="ng-scope"><i class="fa fa-user-plus" aria-hidden="true"></i> Create user</span>
          <span ng-show="state.actionInProgress" class="ng-scope ng-hide">Creating user...</span>
        </ng-transclude><span ng-show="spinning" class="ng-hide"><i class="fa fa-circle-notch fa-spin" style="margin-left: 2px;"></i>&nbsp;</span></button>
    </div>
  </div>
  <!-- !actions -->
  <!-- enableTelemetry-->
  <div class="form-group">
    <div class="col-sm-12">
      <input type="checkbox" name="toggle_enableTelemetry" ng-model="formValues.enableTelemetry" class="ng-pristine ng-untouched ng-valid ng-not-empty">
      <span class="text-muted small" style="margin-left: 2px;">Allow collection of anonymous statistics. You can find more information about this in our
        <a href="https://www.portainer.io/documentation/in-app-analytics-and-privacy-policy/" target="_blank">privacy policy</a>.</span>
    </div>
  </div>
  <!-- !enableTelemetry-->
</form>

Text Content

Please create the initial administrator user.
Username

Password

Confirm password

The password must be at least 8 characters long
Create user Creating user...  
Allow collection of anonymous statistics. You can find more information about
this in our privacy policy.