https://edutechleaders.com/

Submitted URL:
https://edutechleaders.com/
Report Finished:

The outgoing links identified from the page

LinkText
http://planetozh.com/smelly.php>>

JavaScript Variables · 5 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
setcookiefunction
letmeinfunction

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://edutechleaders.com/
Text
Failed to load resource: the server responded with a status of 403 (FORBIDDEN)
errornetwork
URL
https://edutechleaders.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<html><head></head><body><h1>Forbidden access</h1><script type="text/javascript">
    function setcookie( name, value, expires, path, domain, secure ) {
        // set time in milliseconds
        var today = new Date();
        today.setTime( today.getTime() );

        if ( expires ) {
            expires = expires * 1000 * 60 * 60 * 24;
        }
        var expires_date = new Date( today.getTime() + (expires) );

        document.cookie = name + "=" +escape( value ) +
        ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
        ( ( path ) ? ";path=" + path : "" ) +
        ( ( domain ) ? ";domain=" + domain : "" ) +
        ( ( secure ) ? ";secure" : "" );
    }
    function letmein() {
        setcookie('sh404SEF_user_click_notabot','true',1,'/', '', '');
        location.reload(true);
    }
    </script>
<p>Sorry. You are visiting this site from a suspicious IP address, which triggered our protection system.</p>
    <p>If you <strong>ARE NOT</strong> a malware robot of any kind, please accept our apologies for the inconvenience. You can access the page by clicking here : <a href="javascript:letmein()">&gt;&gt;&gt;&gt;&gt;&gt;</a>
<br>
<br>
<br>
<br>
<br>
</p><p>
	<font size="2" color="grey">The following link is here to further trap malicious internet robots, so please don't click on it : <a href="http://planetozh.com/smelly.php">&gt;&gt;</a> </font>
</p>
</body></html>