https://farmalapo.me/news?q=IP%20provider%20is%20blacklisted!%20CLOUDFLARENET

Submitted URL:
https://farmalapo.me/t/4fdfsu1425kAEaw52tTTS0iJE0nkrq0Erzz9
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 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

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html><head><script>
setTimeout(function(){
   window.location.href = '/news?q=IP provider is blacklisted! CLOUDFLARENET'; 
   console.log('redirecting to /news?q=IP provider is blacklisted! CLOUDFLARENET');
}, 1000);
</script>
</head><body><p></p>
</body></html>