https://dom.ru/

Submitted URL:
https://domru.ruRedirected
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

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
  <script>
    function copy() {
        document.oncopy = function(event) {
            let report = {
                report: {
                    datetime: "2024-10-08 21:24:31 +0000",
                    ip: "104.28.158.248",
                    id: "VOcp4G8ikuQ1"
                }
            };
            event.clipboardData.setData("text", JSON.stringify(report));
            event.preventDefault();
        };
        document.execCommand("copy");
    }
  </script>
  <h1 align="center">Forbidden</h1>
  <p align="center">If you are not a bot, please copy the report and send it to our support team.</p>
  <p align="center"><button onclick="copy()">Copy</button></p>


</body></html>