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

Submitted URL: https://account.trustcaptcha.com/
Effective URL: https://id.trustcaptcha.com/signin
Submission Tags: phishingrod
Submission: On March 18 via api from DE — Scanned from DE

Form analysis 3 forms found in the DOM

POST /signin

<form class="space-y-4" 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="/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">Forgot your password?</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" language="en" 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="honeypot" 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>
  <select id="languageInputForm" name="language" onchange="submitLanguageChangeForm()"
    class="block w-full pl-3 pr-10 py-2 text-base rounded-md sm:text-sm font-medium focus:ring-blue-500 focus:border-blue-500 bg-white hover:bg-gray-100 text-gray-600 border-gray-300">
    <option value="de">Deutsch</option>
    <option value="en" selected="selected">English</option>
  </select>
</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?

Forgot your password?
Sign in
Or continue with
Create an account
Language Deutsch English
Dark mode
Company Legal notice Privacy policy Terms and Conditions

Copyright © 2023-2024 Trustcaptcha. All rights reserved.