https://eshreddocument.com/kjsdke

제출된 URL:
https://dws.eshreddocument.com/khdhei리디렉션됨
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 6개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
redirectToOfficefunction
checkVisitStatusfunction
updateMessagefunction

콘솔 로그 메시지 · 3개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
errornetwork
URL
https://dws.eshreddocument.com/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()
logother
URL
https://dws.eshreddocument.com/y9nr31d6c13tqh921a8rxk8sakfzquncn8
텍스트
Referer:
errornetwork
URL
https://eshreddocument.com/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 403 ()

HTML

페이지의 원시 HTML 본문

<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>