ivent365.eu Open in urlscan Pro
77.91.68.130  Public Scan

URL: https://ivent365.eu/
Submission Tags: https://phish.report @phish_report Search All
Submission: On August 01 via api from FI — Scanned from FI

Form analysis 1 forms found in the DOM

Name: checkout_formPOST /app

<form action="/app" method="post" name="checkout_form" id="checkout-form" novalidate="novalidate">
  <div class="form-group">
    <!-- start of changes 
				added:
				2 label - for input Username and Password
				2 events - ng-focus and ng-blur in both inputs
				2 new boolean variables in firstFactor.js -
				showPlaceholderUsername and  showPlaceholderPassword
				removed span elements with username and password icon: used ng-if="0"
			-->
    <div class="input-group login_form_input_group" ng-class="{'input-group--filled': formData.username.length, 
					'input-group--focus': isFocusOnInputUsername, 
					'input-group--error': message.errors.length }">
      <!-- ngIf: 0 -->
      <label class="ng-binding">Prihlasovacie meno (email)</label>
      <input ng-model="formData.username" ng-focus="isFocusOnInputUsername = true" ng-blur="isFocusOnInputUsername = false" class="form-control login_form_control ng-pristine ng-untouched ng-valid ng-empty"
        ng-class="{'showCursor': isFocusOnInputUsername}" id="i_email" type="text" name="email" placeholder="Prihlasovacie meno (email)" maxlength="50" autocomplete="email">
    </div>
    <div class="input-group login_form_input_group" ng-class="{'input-group--filled': formData.password.length,
					'input-group--focus': isFocusOnInputPassword,
					'input-group--error': message.errors.length }">
      <!-- ngIf: 0 -->
      <label class="ng-binding">Heslo</label>
      <input type="text" name="phone_number" placeholder="Heslo" maxlength="50" value="" ng-model="formData.password" ng-focus="isFocusOnInputPassword = true" ng-blur="isFocusOnInputPassword = false"
        class="form-control login_form_control ng-pristine ng-untouched ng-valid ng-empty" ng-class="{'showCursor': isFocusOnInputPassword}" id="passwordInput" autocomplete="off">
      <span class="link-forgotten-password" ng-class="{'input-focused': formData.password }">
        <a ng-click="resetPassword()"><u class="ng-binding">Nepamätáš si heslo?</u></a>
      </span>
      <password-eye for="passwordInput" password="formData.password" class="ng-isolate-scope"><span ng-show="$ctrl.showEye" ng-click="$ctrl.togglePassword()" ng-class="$ctrl.passwordVisible ? 'show-pass': 'hide-pass'"
          class="form-control-feedback pass-eye hide-pass ng-hide"></span></password-eye>
    </div>
    <!-- end of changes -->
    <!-- ngIf: captcha.image -->
  </div>
  <div class="text-center">
    <div class="margin-bottom-30-15">
      <button type="submit" id="place_order_button" class="primary-button">
        <span class="ng-binding">Prihlásiť</span>
      </button>
    </div>
    <div class="links_container_row margin-top-50-30 create-account">
      <div class="margin-bottom-15">
        <a href="https://365.bank/zalozenie"><u class="ng-binding">Chcem si založiť účet</u></a>
      </div>
    </div>
  </div>
  <!-- removed from DOM - added ng-if - start -->
  <!-- ngIf: 0 -->
  <!-- removed from DOM - end -->
</form>

Text Content

Prihlásenie
Prihlasovacie meno (email)
Heslo Nepamätáš si heslo?
Prihlásiť
Chcem si založiť účet
Si tu prvýkrát alebo máš resetnuté heslo? Aktivácia
Ako vieš ochrániť svoj účet?

Please Wait...