my.aticloud.atican.dev
Open in
urlscan Pro
5.39.23.15
Public Scan
Submitted URL: https://my.aticloud.atican.dev/
Effective URL: https://my.aticloud.atican.dev/login.html?returnTo=/%23%2Fapps
Submission Tags: @phishunt_io
Submission: On September 23 via api from DE — Scanned from FR
Effective URL: https://my.aticloud.atican.dev/login.html?returnTo=/%23%2Fapps
Submission Tags: @phishunt_io
Submission: On September 23 via api from DE — Scanned from FR
Form analysis
3 forms found in the DOMName: loginForm —
<form name="loginForm" ng-submit="onLogin()" class="ng-pristine ng-invalid ng-invalid-required">
<div class="form-group">
<label class="control-label ng-binding" for="inputUsername">Username</label>
<input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="inputUsername" name="username" ng-model="username" ng-disabled="busy" autofocus="" required="">
</div>
<div class="form-group" style="position: relative;">
<label class="control-label ng-binding" for="inputPassword">Password</label>
<input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="password" id="inputPassword" ng-model="password" ng-disabled="busy" required=""
password-reveal=""><i style="width: 18px; height: 18px; position: relative; float: right; margin-top: -24px; margin-right: 10px; cursor: pointer;"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="eye-slash" class="svg-inline--fa fa-eye-slash fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"></path></svg></i>
</div>
<div class="form-group">
<label class="control-label ng-binding" for="inputTotpToken">2FA Token (if enabled)</label>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="totpToken" id="inputTotpToken" ng-model="totpToken" ng-disabled="busy" value="">
</div>
<button class="btn btn-primary btn-outline pull-right ng-binding" type="submit" ng-disabled="busy || loginForm.$invalid" disabled="disabled"><i class="fa fa-circle-notch fa-spin ng-hide" ng-show="busy"></i> Sign in</button>
</form>
Name: passwordResetForm —
<form name="passwordResetForm" ng-submit="onPasswordReset()" class="ng-pristine ng-invalid ng-invalid-required">
<div class="form-group">
<label class="control-label ng-binding" for="inputPasswordResetIdentifier">Username or Email</label>
<input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="inputPasswordResetIdentifier" name="passwordResetIdentifier" ng-model="passwordResetIdentifier" ng-disabled="busy" autofocus=""
required="">
</div>
<br>
<button class="btn btn-primary btn-outline pull-right ng-binding" type="submit" ng-disabled="busy || passwordResetForm.$invalid" disabled="disabled"><i class="fa fa-circle-notch fa-spin ng-hide" ng-show="busy"></i> Reset</button>
</form>
Name: newPasswordForm —
<form name="newPasswordForm" ng-submit="onNewPassword()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength">
<input type="password" style="display: none;">
<div class="form-group" ng-class="{ 'has-error': newPasswordForm.newPassword.$dirty && newPasswordForm.newPassword.$invalid }" style="position: relative;">
<label class="control-label ng-binding" for="inputNewPassword">New Password</label>
<div class="control-label ng-hide" ng-show="newPasswordForm.newPassword.$dirty && newPasswordForm.newPassword.$invalid">
<small ng-show="newPasswordForm.newPassword.$dirty && newPasswordForm.newPassword.$invalid" class="ng-binding ng-hide">Password must be at least 8 and at most 265 characters</small>
</div>
<input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" id="inputNewPassword" ng-model="newPassword" name="newPassword" ng-minlength="8" ng-maxlength="256"
autofocus="" required=""
password-reveal=""><i style="width: 18px; height: 18px; position: relative; float: right; margin-top: -24px; margin-right: 10px; cursor: pointer;"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="eye-slash" class="svg-inline--fa fa-eye-slash fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"></path></svg></i>
</div>
<div class="form-group" ng-class="{ 'has-error': newPasswordForm.newPasswordRepeat.$dirty && (newPassword !== newPasswordRepeat) }" style="position: relative;">
<label class="control-label ng-binding" for="inputNewPasswordRepeat">Repeat Password</label>
<div class="control-label ng-hide" ng-show="newPasswordForm.newPasswordRepeat.$dirty && (newPassword !== newPasswordRepeat)">
<small ng-show="newPasswordForm.newPasswordRepeat.$dirty && (newPassword !== newPasswordRepeat)" class="ng-binding ng-hide">Passwords don't match</small>
</div>
<input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="inputNewPasswordRepeat" ng-model="newPasswordRepeat" name="newPasswordRepeat" required=""
password-reveal=""><i style="width: 18px; height: 18px; position: relative; float: right; margin-top: -24px; margin-right: 10px; cursor: pointer;"><svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="eye-slash" class="svg-inline--fa fa-eye-slash fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z"></path></svg></i>
</div>
<div class="form-group">
<label class="control-label ng-binding" for="inputPasswordResetTotpToken">2FA Token (if enabled)</label>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="passwordResetTotpToken" id="inputPasswordResetTotpToken" ng-model="totpToken" ng-disabled="busy" value="">
</div>
<br>
<button class="btn btn-primary btn-outline pull-right ng-binding" type="submit" ng-disabled="busy || newPasswordForm.$invalid || newPassword !== newPasswordRepeat"
disabled="disabled"><i class="fa fa-circle-notch fa-spin ng-hide" ng-show="busy"></i> Submit</button>
</form>
Text Content
LOGIN TO ATICLOUD INCORRECT USERNAME OR PASSWORD Username Password 2FA Token (if enabled) Sign in Reset password PASSWORD RESET Username or Email Reset Back to login PASSWORD RESET EMAIL SENT Back to login SET NEW PASSWORD FALSE New Password Password must be at least 8 and at most 265 characters Repeat Password Passwords don't match 2FA Token (if enabled) Submit Back to login PASSWORD CHANGED Open Dashboard © 2022 Cloudron Forum