id.trustcaptcha.com Open in urlscan Pro
2a01:4f8:1c1f:61aa::1  Public Scan

Submitted URL: https://id.trustcaptcha.com/
Effective URL: https://id.trustcaptcha.com/en/signin
Submission Tags: phishingrod
Submission: On September 14 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

POST /signin

<form class="space-y-3" action="/signin" method="POST">
  <!-- email address input -->
  <div>
    <label for="usernameInputForm" class="block text-sm font-medium text-gray-600">Email address</label>
    <div class="mt-1">
      <input id="usernameInputForm" name="username" type="email" autocomplete="email" required="" autofocus="" placeholder="mail@example.com"
        class="block w-full rounded-md shadow-sm sm:text-sm focus:ring-blue-500 focus:border-blue-500 border-gray-300">
    </div>
  </div>
  <!-- password input -->
  <div>
    <div class="flex justify-between">
      <label for="passwordInputForm" class="block text-sm font-medium text-gray-600">Password</label>
      <a href="/en/password-forgotten" class="text-sm text-blue-500 hover:text-blue-600" id="password-optional">Forgot your password?</a>
    </div>
    <div class="mt-1">
      <input id="passwordInputForm" name="password" type="password" autocomplete="current-password" aria-describedby="password-optional" required="" placeholder="Enter your password"
        class="block w-full rounded-md shadow-sm sm:text-sm focus:ring-blue-500 focus:border-blue-500 border-gray-300">
    </div>
  </div>
  <!-- remember me input -->
  <div class="relative flex items-start">
    <div class="flex items-center h-5">
      <input id="rememberMeInputForm" name="remember-me" type="checkbox" checked="" class="h-4 w-4 rounded text-blue-500 focus:ring-blue-500 border-gray-300">
    </div>
    <div class="ml-3 text-sm">
      <label for="rememberMeInputForm" class="font-medium text-gray-600">Stay logged in</label>
    </div>
  </div>
  <trustcaptcha-component id="tc-component" class="mb-3 hydrated" sitekey="25d81542-1226-4771-9702-c732da43c130" trustcaptcha-api="https://api.captcha.trustcaptcha.com" theme="light"></trustcaptcha-component>
  <!-- sign in button -->
  <button type="submit" id="submitButton"
    class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-500 hover:bg-blue-600 focus:outline-none disabled:opacity-50 disabled:cursor-default" disabled="">Sign in</button>
  <input type="text" name="transactionVerify643" style="display:none" tabindex="-1">
</form>

POST /change-language

<form action="/change-language" method="POST" id="languageForm">
  <label for="languageInputForm" class="sr-only">Language</label>
  <input id="languageInputForm" name="language" class="hidden" value="en">
  <ul id="languageOptions" class="absolute z-10 mt-1 max-h-56 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm hidden" tabindex="-1" role="listbox">
    <li class="text-gray-900 relative cursor-pointer select-none py-2 pl-3 pr-9" role="option" onclick="changeLanguage('de')">
      <div class="flex items-center">
        <img src="images/flags/de.jpg" alt="" class="h-5 flex-shrink-0">
        <span class="font-normal hover:font-semibold ml-3 block truncate">Deutsch</span>
      </div>
    </li>
    <li class="text-gray-900 relative cursor-pointer select-none py-2 pl-3 pr-9" role="option" onclick="changeLanguage('en')">
      <div class="flex items-center">
        <img src="images/flags/us.jpg" alt="" class="h-5 flex-shrink-0">
        <span class="font-normal hover:font-semibold ml-3 block truncate">English</span>
      </div>
    </li>
  </ul>
</form>

POST /toggle-theme

<form action="/toggle-theme" method="POST">
  <button type="submit" class="w-full inline-flex items-center gap-x-1.5 py-2 px-3 rounded-md sm:text-sm text-base font-medium border focus:ring-blue-500 focus:border-blue-500 bg-white hover:bg-gray-100 text-gray-600 border-gray-300">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6">
      <path fill-rule="evenodd"
        d="M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z" clip-rule="evenodd">
      </path>
    </svg>
    <span>Dark mode</span>
  </button>
</form>

Text Content

SIGN IN TO YOUR ACCOUNT

Use your Trustcaptcha ID.

Email address

Password Forgot your password?

Stay logged in
Sign in
Or continue with
Create an account To the Trustcaptcha Website
Language
English
Language
 * Deutsch
 * English

Dark mode
Trustcaptcha Company Legal notice Privacy policy
Copyright © 2023-2024 Trustcaptcha. All rights reserved.