- 扫描 ID:
- e940232d-1f13-423f-9f62-ba4706c2391a已完成
- 提交的 URL:
- https://edutechleaders.com/
- 报告完成时间:
链接 · 找到 1 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
http://planetozh.com/smelly.php | >> |
JavaScript 变量 · 找到 5 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
setcookie | function |
letmein | function |
控制台日志消息 · 找到 2 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
error | network |
|
HTML
页面的原始 HTML 正文
<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()">>>>>>></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">>></a> </font>
</p>
</body></html>