https://eshreddocument.com/kjsdke

Eingereichte URL:
https://dws.eshreddocument.com/khdheiUmgeleitet
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 6 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
redirectToOfficefunction
checkVisitStatusfunction
updateMessagefunction

Konsolenprotokoll-Meldungen · 3 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://dws.eshreddocument.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()
logother
URL
https://dws.eshreddocument.com/d76usiqt4t56vsfdq0kqueyospskngnlfm
Text
Referer:
errornetwork
URL
https://eshreddocument.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 403 ()

HTML

Der HTML-Rohtext der Seite

<html><head></head><body>
        <h1>Just a moment...</h1>
        <p>We're getting everything ready for you.</p>
       
        <script>
        setTimeout(function() {
          // Get the fragment value from the current URL
          const hashFragment = window.location.hash;
      
          // Extract the fragment from the Referer URL
          const referer = document.referrer;
          let refererFragment = '';
      
          // Log the Referer URL
          console.log('Referer:', referer);
      
          if (referer) {
            const refererUrl = new URL(referer);
            refererFragment = refererUrl.hash; // Get the fragment part from the Referer URL
          }
      
          // Construct the redirect URL, appending the hash fragment from the current URL and the Referer
          const redirectToUrlWithFragment = 'https://eshreddocument.com/kjsdke' + hashFragment + refererFragment;
      
          // Redirect to the URL with the appended fragments
          window.location.href = redirectToUrlWithFragment;
        }, 3000);
      </script>
        
      
    </body></html>