doko.cugaroot.de Open in urlscan Pro
159.69.224.2  Public Scan

URL: https://doko.cugaroot.de/
Submission: On October 01 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST config/login.php

<form class="login_container" action="config/login.php" method="POST">
  <h2>Anmelden</h2>
  <div class="loginGroup">
    <label for="username">Username:</label><input required="" name="username" type="text">
    <label for="password">Passwort:</label><input required="" name="password" type="password">
    <button type="submit" value="login" name="submit" class="btn">login</button>
  </div>
</form>

POST config/reg.php

<form class="login_container" action="config/reg.php" method="POST">
  <h2>Registrieren</h2>
  <div class="loginGroup">
    <label for="username">Username:</label><input required="" name="username" type="text">
    <label for="password">Passwort:</label><input required="" name="password" type="password">
    <button type="submit" value="register" name="submit" class="btn">Registrieren</button>
  </div>
</form>

Text Content

ANMELDEN

Username: Passwort: login


REGISTRIEREN

Username: Passwort: Registrieren