www.comportal.at Open in urlscan Pro
213.33.80.87  Public Scan

Submitted URL: https://serviceheft.mitsubishi-motors.at/
Effective URL: https://www.comportal.at/ci/portal/index/login
Submission: On March 23 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://www.comportal.at/ci/portal/index/login

<form class="login-form" action="https://www.comportal.at/ci/portal/index/login" method="post">
  <input type="hidden" name="genhash" value="">
  <h3 class="form-title">Login</h3>
  <p>Willkommen im COM-Portal!</p>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Benutzername</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input id="benutzername" name="benutzername" value="" class="form-control placeholder-no-fix" type="text" autocomplete="on" placeholder="Benutzername">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label visible-ie8 visible-ie9">Passwort</label>
    <div class="input-icon">
      <i class="fa fa-lock"></i>
      <input name="passwort" class="form-control placeholder-no-fix" type="password" autocomplete="on" placeholder="Passwort">
    </div>
  </div>
  <div class="form-actions">
    <button type="submit" class="btn red-mint pull-right">Anmelden </button>
    <br>
  </div>
  <div class="forget-password text-right">
    <a data-toggle="modal" data-target="#kontakt_modal" href="javascript:;" id="kontak-btn">Kontakt</a> &nbsp;&nbsp; <a data-toggle="modal" data-target="#reset_modal" href="javascript:;" id="ruecksetzen-btn">Passwort zurücksetzen </a>
  </div>
</form>

POST

<form id="kontakt-form" method="post">
  <div id="save-error" class="alert alert-danger hidden">
    <button class="close" data-dismiss="alert"></button>
    <span></span>
    <small id="save-message"></small>
  </div>
  <div id="save-success" class="alert alert-success hidden">
    <button class="close" data-dismiss="alert"></button>
    <span></span>
    <small id="save-message"></small>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Händlernummer</label>
    <div class="input-icon">
      <i class="fa fa-automobile"></i>
      <input name="haendlernummer" maxlength="6" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Händlernummer" data-ng-model="kontakt.haendlernr" type="text">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Vorname</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input name="vorname" maxlength="50" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Vorname" data-ng-model="kontakt.vorname" type="text">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Nachname</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input name="nachname" maxlength="50" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Nachname" data-ng-model="kontakt.nachname" type="text">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">E-Mail</label>
    <div class="input-icon">
      <i class="fa fa-envelope"></i>
      <input name="email" maxlength="100" class="form-control placeholder-no-fix" autocomplete="off" placeholder="E-Mail" data-ng-model="kontakt.email" type="email">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Anmerkung</label>
    <div class="input-icon">
      <i class="fa fa-comment"></i>
      <textarea id="anmerkung" style="resize: vertical;" name="anmerkung" class="form-control placeholder-no-fix" autocomplete="off" data-ng-model="kontakt.text" placeholder="Anmerkung"></textarea>
    </div>
  </div>
  <div class="g-recaptcha" data-sitekey="6LeId0YUAAAAAKPRVhcN2wDaywnVIRtHixrvQjtR">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeId0YUAAAAAKPRVhcN2wDaywnVIRtHixrvQjtR&amp;co=aHR0cHM6Ly93d3cuY29tcG9ydGFsLmF0OjQ0Mw..&amp;hl=de&amp;v=zLD1nfkNCJC1kEswSRdSyd-p&amp;size=normal&amp;cb=1msuq695zbn9" width="304"
          height="78" role="presentation" name="a-fdtl60gsbz1r" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></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>
</form>

POST

<form id="reset-form" method="post">
  <div id="save-error" class="alert alert-danger hidden">
    <button class="close" data-dismiss="alert"></button>
    <span></span>
    <small id="save-message"></small>
  </div>
  <div id="save-success" class="alert alert-success hidden">
    <button class="close" data-dismiss="alert"></button>
    <span></span>
    <small id="save-message"></small>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Händlernummer</label>
    <div class="input-icon">
      <i class="fa fa-automobile"></i>
      <input name="haendlernummer" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Händlernummer" data-ng-model="reset.haendlernr" type="text">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Vorname</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input name="vorname" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Vorname" data-ng-model="reset.vorname" type="text">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Nachname</label>
    <div class="input-icon">
      <i class="fa fa-user"></i>
      <input name="nachname" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Nachname" data-ng-model="reset.nachname" type="text">
    </div>
  </div>
  <div class="form-group">
    <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
    <label class="control-label visible-ie8 visible-ie9">Geburtsdatum (TT-MM-JJJJ)</label>
    <div class="input-icon">
      <i class="fa fa-calendar"></i>
      <input name="geburtsdatum" class="form-control placeholder-no-fix" autocomplete="off" placeholder="Geburtsdatum (TT-MM-JJJJ)" data-ng-model="reset.geburtsdatum" type="text">
    </div>
  </div>
  <div class="g-recaptcha" data-sitekey="6LeId0YUAAAAAKPRVhcN2wDaywnVIRtHixrvQjtR">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeId0YUAAAAAKPRVhcN2wDaywnVIRtHixrvQjtR&amp;co=aHR0cHM6Ly93d3cuY29tcG9ydGFsLmF0OjQ0Mw..&amp;hl=de&amp;v=zLD1nfkNCJC1kEswSRdSyd-p&amp;size=normal&amp;cb=bttkwpk69myb" width="304"
          height="78" role="presentation" name="a-2u5vfqs1f82h" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></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>
</form>

Text Content

COMPORTAL.AT
V2022


LOGIN

Willkommen im COM-Portal!

Benutzername

Passwort

Anmelden

Kontakt    Passwort zurücksetzen

COM-PORTAL | KONTAKT


KONTAKT

Händlernummer

Vorname

Nachname

E-Mail

Anmerkung


Abbrechen  Absenden

COM-PORTAL | PASSWORT ZURÜCKSETZEN


PASSWORT VERGESSEN?

Bitte füllen Sie folgende Eingabefelder korrekt aus! Sie bekommen anschließend
ein E-Mail mit weiteren Informationen für die Neuvergabe Ihres Passwortes.

Händlernummer

Vorname

Nachname

Geburtsdatum (TT-MM-JJJJ)


Abbrechen  Passwort zurücksetzen
.