it-support.centrotec.com Open in urlscan Pro
162.19.93.212  Public Scan

URL: https://it-support.centrotec.com/
Submission: On August 11 via automatic, source certstream-suspicious — Scanned from FR

Form analysis 1 forms found in the DOM

POST /front/login.php

<form action="/front/login.php" method="post" autocomplete="off" data-submit-once="">
  <input type="hidden" name="noAUTO" value="0">
  <input type="hidden" name="redirect" value="">
  <input type="hidden" name="_glpi_csrf_token" value="a665cdf044e95726543a014c59f866190e75de90125d716673218aface644b04">
  <div class="row justify-content-center">
    <div class="col-md-5 main_login" style="display: none;">
      <div class="card-header mb-4">
        <h2 class="mx-auto">Connexion à votre compte</h2>
      </div>
      <div class="mb-3">
        <label class="form-label" for="login_name">Identifiant</label>
        <input type="text" class="form-control" id="login_name" name="fielda66b88bc39cd6a" placeholder="" tabindex="1">
      </div>
      <div class="mb-4">
        <label class="form-label" for="login_password"> Mot de passe <span class="form-label-description">
            <a href="/front/lostpassword.php?lostpassword=1">
                           Mot de passe oublié ?
                        </a>
          </span>
        </label>
        <input type="password" class="form-control" id="login_password" name="fieldb66b88bc39cd6c" placeholder="" autocomplete="off" tabindex="2">
      </div>
      <div class="mb-3">
        <label class="form-label" for="dropdown_auth104324121">Source de connexion</label>
        <select name="auth" id="dropdown_auth104324121" class="form-select select2-hidden-accessible" size="1" data-select2-id="dropdown_auth104324121" tabindex="-1" aria-hidden="true">
          <option value="local" selected="" data-select2-id="2">Base interne GLPI</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="1" style="width: 100%;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-dropdown_auth104324121-container"><span class="select2-selection__rendered" id="select2-dropdown_auth104324121-container"
                role="textbox" aria-readonly="true" title="Base interne GLPI"><span>Base interne GLPI</span></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span
            class="dropdown-wrapper" aria-hidden="true"></span></span>
        <script type="text/javascript">
          //<![CDATA[
          $(function() {
            const select2_el = $('#dropdown_auth104324121').select2({
              width: '100%',
              dropdownAutoWidth: true,
              dropdownParent: $('#dropdown_auth104324121').closest('div.modal, div.dropdown-menu, body'),
              quietMillis: 100,
              minimumResultsForSearch: 10,
              matcher: function(params, data) {
                // store last search in the global var
                query = params;
                // If there are no search terms, return all of the data
                if ($.trim(params.term) === '') {
                  return data;
                }
                var searched_term = getTextWithoutDiacriticalMarks(params.term);
                var data_text = typeof(data.text) === 'string' ? getTextWithoutDiacriticalMarks(data.text) : '';
                var select2_fuzzy_opts = {
                  pre: '<span class="select2-rendered__match">',
                  post: '</span>',
                };
                if (data_text.indexOf('>') !== -1 || data_text.indexOf('<') !== -1) {
                  // escape text, if it contains chevrons (can already be escaped prior to this point :/)
                  data_text = jQuery.fn.select2.defaults.defaults.escapeMarkup(data_text);
                }
                // Skip if there is no 'children' property
                if (typeof data.children === 'undefined') {
                  var match = fuzzy.match(searched_term, data_text, select2_fuzzy_opts);
                  if (match == null) {
                    return false;
                  }
                  data.rendered_text = match.rendered_text;
                  data.score = match.score;
                  return data;
                }
                // `data.children` contains the actual options that we are matching against
                // also check in `data.text` (optgroup title)
                var filteredChildren = [];
                $.each(data.children, function(idx, child) {
                  var child_text = typeof(child.text) === 'string' ? getTextWithoutDiacriticalMarks(child.text) : '';
                  if (child_text.indexOf('>') !== -1 || child_text.indexOf('<') !== -1) {
                    // escape text, if it contains chevrons (can already be escaped prior to this point :/)
                    child_text = jQuery.fn.select2.defaults.defaults.escapeMarkup(child_text);
                  }
                  var match_child = fuzzy.match(searched_term, child_text, select2_fuzzy_opts);
                  var match_text = fuzzy.match(searched_term, data_text, select2_fuzzy_opts);
                  if (match_child !== null || match_text !== null) {
                    if (match_text !== null) {
                      data.score = match_text.score;
                      data.rendered_text = match_text.rendered;
                    }
                    if (match_child !== null) {
                      child.score = match_child.score;
                      child.rendered_text = match_child.rendered;
                    }
                    filteredChildren.push(child);
                  }
                });
                // If we matched any of the group's children, then set the matched children on the group
                // and return the group object
                if (filteredChildren.length) {
                  var modifiedData = $.extend({}, data, true);
                  modifiedData.children = filteredChildren;
                  // You can return modified objects from here
                  // This includes matching the `children` how you want in nested data sets
                  return modifiedData;
                }
                // Return `null` if the term should not be displayed
                return null;
              },
              templateResult: templateResult,
              templateSelection: templateSelection,
            }).bind('setValue', function(e, value) {
              $('#dropdown_auth104324121').val(value).trigger('change');
            })
            $('label[for=dropdown_auth104324121]').on('click', function() {
              $('#dropdown_auth104324121').select2('open');
            });
            $('#dropdown_auth104324121').on('select2:open', function(e) {
              const search_input = document.querySelector(`.select2-search__field[aria-controls='select2-${e.target.id}-results']`);
              if (search_input) {
                search_input.focus();
              }
            });
          });
          //]]>
        </script>
      </div>
      <div class="mb-2">
        <label class="form-check" for="login_remember">
          <input type="checkbox" class="form-check-input" id="login_remember" name="fieldc66b88bc39cd6d" checked="">
          <span class="form-check-label">Se souvenir de moi</span>
        </label>
      </div>
      <div class="form-footer">
        <button type="submit" name="submit" class="btn btn-primary w-100" tabindex="3"> Se connecter </button>
      </div>
    </div>
    <div class="col-auto px-2 text-center">
      <div>
        <div class="card-header">
          <h2>Connexion avec un fournisseur externe</h2>
        </div>
        <div class="card-body">
          <div class="list-group list-group-horizontal justify-content-center">
            <a class="list-group-item d-flex flex-column" href="/marketplace/oauthsso/front/login.php?plugin_oauthsso_applications_id=2&amp;redirect=" title="Entra ID"><i class="fab fa-windows fa-5x"></i><span>Entra ID</span></a></div>
        </div>
        <div class="mt-3 mb-n3"><a id="show_login_form" href="#">Connexion standard</a></div>
      </div>
      <script type="text/javascript">
        //<![CDATA[
        // Find main login form, it will be the second div after the <form> tag
        const main_login_form = $('#login_name').closest('form').find('> div > div:first-child');
        // Add a specific class to make it easier to interact with it
        main_login_form.addClass('main_login');
        // Hide main form
        $('.main_login').hide();
        $(function() {
          // Bypass button -> show main login
          $('#show_login_form').click(function(evt) {
            $('.main_login').show();
            $('#show_login_form').hide();
            evt.preventDefault();
          });
        });
        //]]>
      </script>
      <script type="text/javascript">
        //<![CDATA[
        var link = document.querySelector("link[rel~='icon']");
        if (!link) {
          link = document.createElement('link');
          link.rel = 'icon';
          document.head.appendChild(link);
        }
        link.href = '/marketplace/branding/front/image.load.php?target=favicon&md5=131a1113f67f0d26caf55bfc84b0ae91';
        //]]>
      </script>
      <link rel="stylesheet" type="text/css" href="/marketplace/branding/css/replace_login_logo.css?v=322f074d562e6f5f4ba5052fccd238078ffcbefa" media="all">
      <link rel="stylesheet" type="text/css" href="/marketplace/news/css/styles.css?v=322f074d562e6f5f4ba5052fccd238078ffcbefa" media="all">
      <div class="plugin_news_alert-login">
        <div class="plugin_news_alert-container row align-items-stretch"></div>
        <script type="text/javascript" src="/marketplace/news/js/news.js?v=322f074d562e6f5f4ba5052fccd238078ffcbefa"></script>
      </div>
    </div>
  </div>
</form>

Text Content

CONNEXION À VOTRE COMPTE

Identifiant
Mot de passe Mot de passe oublié ?
Source de connexion Base interne GLPIBase interne GLPI
Se souvenir de moi
Se connecter


CONNEXION AVEC UN FOURNISSEUR EXTERNE

Entra ID
Connexion standard

GLPI Copyright (C) 2015-2024 Teclib' and contributors