https://cfdemolab-zone-0000012471.cfdemolab.xyz/

Submitted URL:
https://cfdemolab-zone-0000012471.cfdemolab.xyz/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 4 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
__cfBeaconobject

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://cfdemolab-zone-0000012471.cfdemolab.xyz/
Text
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://cfdemolab-zone-0000012471.cfdemolab.xyz/favicon.ico
Text
Failed to load resource: the server responded with a status of 403 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="pt-BR"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WAF PAGE</title>
<style>
        body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f2f2f2;
        }

        .container {
            text-align: center;
        }

        h1 {
            font-size: 6rem;
            margin: 0;
            color: #ff6f61;
        }

        p {
            font-size: 1.5rem;
            color: #333;
        }

        a {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 20px;
            background-color: #ff6f61;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        a:hover {
            background-color: #e55a4f;
        }
    </style>

</head>
<body>
<div class="container">
<h1>WAF BLOCK</h1>
<p>Identificamos uma tentativa de acesso que foi bloqueada por nossas medidas de segurança.</p>
<h2>Seu IP: 2a09:bac5:312e:e64::16f:2f</h2>
<h2>Ray-ID: 8cca26027f8f666c</h2>
</div>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8cca26027f8f666c&quot;,&quot;version&quot;:&quot;2024.8.0&quot;,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true}},&quot;token&quot;:&quot;205a8565581a45d789370f1031ecb820&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>


</body></html>