onlinekurse.adonia.ch Open in urlscan Pro
2606:4700:4400::ac40:9861  Public Scan

Submitted URL: https://onlinekurse.adonia.ch/enroll/2245123
Effective URL: https://onlinekurse.adonia.ch/users/checkout/auth
Submission Tags: @ecarlesi possiblethreat phishing Search All
Submission: On May 08 via api from IT — Scanned from CH

Form analysis 2 forms found in the DOM

POST /users/checkout/auth/signin

<form id="checkout_sign_in_c228acd533" action="/users/checkout/auth/signin" accept-charset="UTF-8" method="post">
  <input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="hidden" name="authenticity_token" value="LBJ2sxztGWtQhKm5IELOlLZCGPrALT4hSuOa8YC0sC89vYvqSCWwEBoycExDLcpoDm+Yk0SAO1MCUff3k3jA1g==" autocomplete="off">
  <div class="form__group">
    <label for="user[email]" class="form__label"> Email </label>
    <input type="email" id="user[email]" name="user[email]" value="" placeholder="Email" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" required="" autofocus="" class="form__control">
  </div>
  <div class="form__group">
    <label for="user[sign-in][email]" class="form__label"> Passwort </label>
    <input type="password" id="user[sign-in][email]" name="user[password]" placeholder="Passwort" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" required="" class="form__control">
  </div>
  <div class="form__group form__remember-me">
    <input type="hidden" name="user[remember_me]" value="0">
    <input type="checkbox" id="user[remember_me]" name="user[remember_me]" value="1">
    <label for="user[remember_me]"> Angemeldet bleiben </label>
    <a href="/users/password/new" class="form__forgot-password">
          Haben Sie Ihr Passwort vergessen?
        </a>
  </div>
  <script>
    var honeypotField = document.querySelector('.honeypot-field #confirm-email');

    function submitSignin(token) {
      if (honeypotField && honeypotField.value === '') {
        document.querySelector('.checkout__form--sign-in form').submit();
      } else {
        // Most likely a spam bot if the honeypot field has a value, don't submit form
        return false;
      }
    }
  </script>
  <div class="form__button-group">
    <div>
      <div class="grecaptcha-badge" data-style="bottomright"
        style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-1hw6x73yyp7n" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdhwsclAAAAAHilv5EFCsSoCU6bTSlfgfuMFlBm&amp;co=aHR0cHM6Ly9vbmxpbmVrdXJzZS5hZG9uaWEuY2g6NDQz&amp;hl=de-CH&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=invisible&amp;cb=115kmdtzq78h"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div>
    </div><button type="submit" class="button button-primary g-recaptcha" data-sitekey="6LdhwsclAAAAAHilv5EFCsSoCU6bTSlfgfuMFlBm" data-callback="submitSignin"> Anmelden </button>
  </div>
</form>

POST /users/checkout/auth/signup

<form id="checkout_sign_up_4bfc1e38d6" action="/users/checkout/auth/signup" accept-charset="UTF-8" method="post">
  <input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="hidden" name="authenticity_token" value="LBJ2sxztGWtQhKm5IELOlLZCGPrALT4hSuOa8YC0sC89vYvqSCWwEBoycExDLcpoDm+Yk0SAO1MCUff3k3jA1g==" autocomplete="off">
  <div class="form__group">
    <div class="input__group">
      <label for="user[first_name]" class="form__label"> Vorname </label>
      <input type="text" id="user[first_name]" name="user[first_name]" value="" placeholder="Vorname" required="" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" autofocus="" class="form__control">
    </div>
    <div class="input__group">
      <label for="user[last_name]" class="form__label"> Nachname </label>
      <input type="text" id="user[last_name]" name="user[last_name]" value="" placeholder="Nachname" required="" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" class="form__control">
    </div>
  </div>
  <div class="form__group">
    <label for="user[email]" class="form__label"> Email </label>
    <input type="email" id="user[email]" name="user[email]" value="" placeholder="Email" required="" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" class="form__control">
  </div>
  <div class="form__group">
    <label for="user[password]" class="form__label"> Passwort </label>
    <input type="password" id="user[password]" name="user[password]" placeholder="Neues Passwort" required="" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" class="form__control">
  </div>
  <div class="form__group">
    <input type="hidden" name="user[terms]" value="0">
    <input type="checkbox" id="user[terms]" name="user[terms]" value="1" required="" class="form__control">
    <label for="user[terms]"> Ich habe die <a class="text-underline" target="_blank" href="/pages/terms">Allgemeine Geschäftsbedingungen</a> gelesen und stimme diesen zu. </label>
  </div>
  <div class="form__group honeypot-field">
    <label aria-hidden="true" for="confirm-email">Wenn Sie ein Mensch sind, ignorieren Sie bitte dieses Feld</label>
    <input aria-hidden="true" type="text" name="confirm-email" id="confirm-email" autocomplete="off" tabindex="-1">
  </div>
  <script>
    var honeypotField = document.querySelector('.honeypot-field #confirm-email');

    function submitSignup(token) {
      if (honeypotField && honeypotField.value === '') {
        document.querySelector('.checkout__form--sign-up form').submit();
      } else {
        // Most likely a spam bot if the honeypot field has a value, don't submit form
        return false;
      }
    }
  </script>
  <div class="form__button-group">
    <div>
      <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-c481quox2iym" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdhwsclAAAAAHilv5EFCsSoCU6bTSlfgfuMFlBm&amp;co=aHR0cHM6Ly9vbmxpbmVrdXJzZS5hZG9uaWEuY2g6NDQz&amp;hl=de-CH&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=invisible&amp;cb=mpw8hfzfonos"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div><button type="submit" class="button button-primary g-recaptcha" data-sitekey="6LdhwsclAAAAAHilv5EFCsSoCU6bTSlfgfuMFlBm" data-callback="submitSignup"> Einloggen </button>
  </div>
</form>

Text Content

Zum Hauptinhalt springen
 * Anmelden


Menü umschalten Menü
 * Alle Kurse
 * Band
 * Mitarbeiten
 * Singen
 * Anmelden

 * Kontoeinrichtung
 * Bestätigen & Bezahlen


WILLKOMMEN ZURÜCK!

Ein neues Konto erstellen
Email
Passwort
Angemeldet bleiben Haben Sie Ihr Passwort vergessen?

Anmelden


ODER MELDEN SIE SICH AN MIT


ODER MELDEN SIE SICH AN MIT

 * 
 * 
 * 


EIN NEUES KONTO ERSTELLEN

Ich habe bereits einen Account!
Vorname
Nachname
Email
Passwort
Ich habe die Allgemeine Geschäftsbedingungen gelesen und stimme diesen zu.
Wenn Sie ein Mensch sind, ignorieren Sie bitte dieses Feld

Einloggen


ODER MELDEN SIE SICH AN MIT


ODER MELDEN SIE SICH AN MIT

 * 
 * 
 * 

Minileiter-Kurs
Sichere Bezahlung

100-prozentig sichere Bezahlung mit Stripe.

Hilfe

Brauchen Sie Hilfe bei der Bestellung? Kontaktieren Sie uns

 * 
 * 
 * 

 * Home
 * adonia.ch
 * Onlineshop

Adonia, Trinerweg 3, CH-4805 Brittnau, 062 746 86 46, info@adonia.ch
Unterrichten Sie online mit Thinkific In einem neuen Fenster öffnen