oauthagitel.sac.digital Open in urlscan Pro
177.53.170.78  Public Scan

Submitted URL: https://oauthagitel.sac.digital/
Effective URL: https://oauthagitel.sac.digital/login
Submission: On June 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form method="POST">
  <input type="hidden" name="_token" value="ca45cPPoIA4tsLgszSVVg0wM8DimPZarAUJH0O1u">
  <div class="w-full mb-10">
    <div class="flex items-center justify-center mb-5">
      <img class="object-scale-down h-12" src="img/alertrack_gray.png">
    </div>
  </div>
  <div class="flex flex-col mb-4">
    <div class="relative">
      <div class="absolute flex border border-transparent left-0 top-0 h-full w-10">
        <div class="flex items-center justify-center rounded-tl rounded-bl z-10 bg-gray-100 text-gray-600 text-lg h-full w-full">
          <svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
            <path fill="none"
              d="M10,10.9c2.373,0,4.303-1.932,4.303-4.306c0-2.372-1.93-4.302-4.303-4.302S5.696,4.223,5.696,6.594C5.696,8.969,7.627,10.9,10,10.9z M10,3.331c1.801,0,3.266,1.463,3.266,3.263c0,1.802-1.465,3.267-3.266,3.267c-1.8,0-3.265-1.465-3.265-3.267C6.735,4.794,8.2,3.331,10,3.331z">
            </path>
            <path fill="none"
              d="M10,12.503c-4.418,0-7.878,2.058-7.878,4.685c0,0.288,0.231,0.52,0.52,0.52c0.287,0,0.519-0.231,0.519-0.52c0-1.976,3.132-3.646,6.84-3.646c3.707,0,6.838,1.671,6.838,3.646c0,0.288,0.234,0.52,0.521,0.52s0.52-0.231,0.52-0.52C17.879,14.561,14.418,12.503,10,12.503z">
            </path>
          </svg>
        </div>
      </div>
      <input id="username" name="username" type="text" autocomplete="username" placeholder="Usuário" x-model="u" x-on:blur="check();"
        class="text-sm sm:text-sm relative w-full border rounded placeholder-gray-400 focus:border-indigo-400 focus:outline-none py-2 pr-2 pl-12" :class="{'border-pink-400' : a_u == true }">
    </div>
    <template x-if="a_u">
      <span class="flex items-center font-light tracking-wide text-pink-500 text-xs mt-1 ml-1">* Informe o nome de usuário</span>
    </template>
  </div>
  <div class="flex flex-col mb-4">
    <div class="relative">
      <div class="absolute flex border border-transparent left-0 top-0 h-full w-10">
        <div class="flex items-center justify-center rounded-tl rounded-bl z-10 bg-gray-100 text-gray-600 text-lg h-full w-full">
          <svg viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="h-5 w-5">
            <path
              d="M17.308,7.564h-1.993c0-2.929-2.385-5.314-5.314-5.314S4.686,4.635,4.686,7.564H2.693c-0.244,0-0.443,0.2-0.443,0.443v9.3c0,0.243,0.199,0.442,0.443,0.442h14.615c0.243,0,0.442-0.199,0.442-0.442v-9.3C17.75,7.764,17.551,7.564,17.308,7.564 M10,3.136c2.442,0,4.43,1.986,4.43,4.428H5.571C5.571,5.122,7.558,3.136,10,3.136 M16.865,16.864H3.136V8.45h13.729V16.864z M10,10.664c-0.854,0-1.55,0.696-1.55,1.551c0,0.699,0.467,1.292,1.107,1.485v0.95c0,0.243,0.2,0.442,0.443,0.442s0.443-0.199,0.443-0.442V13.7c0.64-0.193,1.106-0.786,1.106-1.485C11.55,11.36,10.854,10.664,10,10.664 M10,12.878c-0.366,0-0.664-0.298-0.664-0.663c0-0.366,0.298-0.665,0.664-0.665c0.365,0,0.664,0.299,0.664,0.665C10.664,12.58,10.365,12.878,10,12.878">
            </path>
          </svg>
        </div>
      </div>
      <input id="password" type="password" name="password" autocomplete="current-password" placeholder="Senha" x-model="p" x-on:blur="check();"
        class="text-sm sm:text-sm relative w-full border rounded placeholder-gray-400 focus:border-indigo-400 focus:outline-none py-2 pr-2 pl-12" :class="{'border-pink-400' : a_p == true }">
    </div>
    <template :value="name" x-if="a_p">
      <span class="flex items-center font-light tracking-wide text-pink-500 text-xs mt-1 ml-1">* Informe a sua senha</span>
    </template>
  </div>
  <div class="flex justify-between">
    <button x-ref="ok"
      class="block w-full px-4 py-2 text-sm font-medium leading-5 text-center text-white transition-colors duration-150 bg-gray-700 border-1 border-transparent rounded active:bg-gray-700 hover:bg-gray-800 focus:outline-none focus:shadow-outline-purple hover:text-white"
      type="submit"> ACESSAR </button>
  </div>
</form>

Text Content

* Informe o nome de usuário

* Informe a sua senha
ACESSAR