captcha.stauss.de
Open in
urlscan Pro
2001:4178:6:1240:62:116:188:247
Public Scan
URL:
https://captcha.stauss.de/
Submission Tags: phishingrod
Submission: On April 29 via api from DE — Scanned from DE
Submission Tags: phishingrod
Submission: On April 29 via api from DE — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Datenschutzkonforme Captcha-Alternative DEMO VERWENDUNG Fügen Sie dies irgendwo auf Ihrer Seite ein: <script src="https://captcha.webcare-toolkit.com/captcheck.min.js"></script> HTML Copy Fügen Sie dies in Ihr Formular ein, wo Sie das CAPTCHA haben möchten: <div class="captcheck_container"></div> HTML Copy Fügen Sie dies in Ihre serverseitige Formularvalidierung ein (PHP-Beispiel): $url = 'https://captcha.webcare-toolkit.com/api.php'; $data = [ 'session_id' => $_POST['captcheck_session_code'], 'answer_id' => $_POST['captcheck_selected_answer'], 'action' => "verify" ]; $options = [ 'http' => [ 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data) ] ]; $context = stream_context_create($options); $result = file_get_contents($url, false, $context); $resp = json_decode($result, TRUE); if (!$resp['result']) { // Replace with error-handling code exit("CAPTCHA did not verify:" . $resp['msg']); } else { // The CAPTCHA is valid. exit("CAPTCHA verified!"); } PHP Copy Wenn Sie eine strenge Richtlinie für die Content-Security haben, ändern Sie Ihre Umleitung in diese: <div class="captcheck_container" data-stylenonce="your nonce here"></div> HTML Copy Hinweis: Durch die Nutzung dieses gehosteten Dienstes erklären Sie sich mit diesen Bedingungen einverstanden. Copyright © 2024 Webwerkstatt Stauß GmbH & Co. KG