https://www.mongijs.nl/

제출된 URL:
https://www.mongijs.nl/
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 3개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 2개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
errornetwork
URL
https://www.mongijs.nl/
텍스트
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://www.mongijs.nl/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 403 ()

HTML

페이지의 원시 HTML 본문

<html><head>
    <title>Access Denied</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            color: #333;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }
        .container {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            max-width: 600px;
            width: 100%;
        }
        h1 {
            color: #e74c3c;
            margin-bottom: 20px;
        }
        p {
            margin: 15px 0;
        }
        a {
            color: #3498db;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Access Denied</h1>
        <p>You are blocked.</p>
        <p>Your IP address is <strong>104.28.154.61</strong>.</p>
        <p>According to our information, that is in <strong>Spain</strong>.</p>
        <p>Unfortunately, <strong>Spain</strong> is not whitelisted.</p>
        <p>Do you think that this is an error? Contact us: <a href="mailto:[email protected]">[email protected]</a></p>
    </div>

</body></html>