https://carte-avantage-offres.com/captcha.php

Submitted URL:
https://carte-avantage-offres.com/offres/Redirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 10 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
1object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
onCaptchaSuccessfunction
checkJavaScriptfunction
Ravenobject
hcaptchaobject
grecaptchaobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://carte-avantage-offres.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="fr"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CAPTCHA</title>
    <script src="https://js.hcaptcha.com/1/api.js" async="" defer=""></script>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            font-family: Arial, sans-serif;
            background: #0c131f;
        }
        .captcha-container {
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            box-shadow: none; /* Suppression de l'ombre pour enlever le contour */
        }
        .captcha-text {
            color: #ffffff;
            font-size: 18px;
            margin-bottom: 20px;
            max-width: 500px;
        }
        .h-captcha {
            border: none; /* Enlever la bordure autour du CAPTCHA */
            background-color: transparent; /* Rendre le fond du CAPTCHA transparent */
        }
        .form-control {
            display: none; /* Cacher le champ honeypot */
        }
    </style>
</head>
<body>
    <div class="captcha-container">
        <!-- Nouveau texte ici -->
        <p class="captcha-text">
            Nous souhaitons nous assurer qu'il s'agit bien de vous avec qui nous interagissons, et non d'un robot.
        </p>

        <!-- CAPTCHA -->
        <form id="captcha-form" action="verify.php" method="POST">
            <div class="h-captcha" data-sitekey="d7566fa6-4f56-40d8-9724-453c3a90f138" data-callback="onCaptchaSuccess"><iframe src="https://newassets.hcaptcha.com/captcha/v1/70b4624/static/hcaptcha.html#frame=checkbox&amp;id=070kbtvxcteg&amp;host=carte-avantage-offres.com&amp;sentry=true&amp;reportapi=https%3A%2F%2Faccounts.hcaptcha.com&amp;recaptchacompat=true&amp;custom=false&amp;hl=en&amp;tplinks=on&amp;pstissuer=https%3A%2F%2Fpst-issuer.hcaptcha.com&amp;sitekey=d7566fa6-4f56-40d8-9724-453c3a90f138&amp;theme=light&amp;origin=https%3A%2F%2Fcarte-avantage-offres.com" tabindex="0" frameborder="0" scrolling="no" allow="private-state-token-issuance 'src'; private-state-token-redemption 'src'" title="Widget containing checkbox for hCaptcha security challenge" data-hcaptcha-widget-id="070kbtvxcteg" data-hcaptcha-response="" style="pointer-events: auto; background-color: rgba(255, 255, 255, 0); width: 303px; height: 78px; overflow: hidden;"></iframe><textarea id="g-recaptcha-response-070kbtvxcteg" name="g-recaptcha-response" style="display: none;"></textarea><textarea id="h-captcha-response-070kbtvxcteg" name="h-captcha-response" style="display: none;"></textarea></div>
            <input type="text" name="contact_class" class="form-control">
        </form>
    </div>

    <script>
        function onCaptchaSuccess(token) {
            document.cookie = 'js_challenge=passed; path=/';
            document.getElementById('captcha-form').submit();
        }
        function checkJavaScript() {
            document.cookie = 'js_challenge=passed; path=/';
        }
        window.onload = checkJavaScript;
    </script>


<div aria-hidden="true" style="background-color: rgb(255, 255, 255); border: 1px solid rgb(215, 215, 215); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px; border-radius: 4px; left: auto; top: -10000px; z-index: -2147483648; position: absolute; pointer-events: auto; transition: opacity 0.15s ease-out 0s; opacity: 0; visibility: hidden;"><div style="position: relative; z-index: 1;"><iframe src="https://newassets.hcaptcha.com/captcha/v1/70b4624/static/hcaptcha.html#frame=challenge&amp;id=070kbtvxcteg&amp;host=carte-avantage-offres.com&amp;sentry=true&amp;reportapi=https%3A%2F%2Faccounts.hcaptcha.com&amp;recaptchacompat=true&amp;custom=false&amp;hl=en&amp;tplinks=on&amp;pstissuer=https%3A%2F%2Fpst-issuer.hcaptcha.com&amp;sitekey=d7566fa6-4f56-40d8-9724-453c3a90f138&amp;theme=light&amp;origin=https%3A%2F%2Fcarte-avantage-offres.com" frameborder="0" scrolling="no" allow="private-state-token-issuance 'src'; private-state-token-redemption 'src'" title="Main content of the hCaptcha challenge" style="border: 0px; z-index: 2000000000; position: relative;"></iframe></div><div style="width: 100%; height: 100%; position: fixed; pointer-events: none; top: 0px; left: 0px; z-index: 0; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div style="border-width: 11px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 1; right: 100%;"><div style="border-width: 10px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; position: relative; top: 10px; z-index: 1;"></div><div style="border-width: 11px; border-style: solid; border-color: transparent rgb(215, 215, 215) transparent transparent; position: relative; top: -11px; z-index: 0;"></div></div></div></body></html>