- 제출된 URL:
- https://edutechleaders.com/
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
http://planetozh.com/smelly.php | >> |
JavaScript 변수 · 5개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
setcookie | function |
letmein | function |
콘솔 로그 메시지 · 2개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
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>