https://delor.sbs/

送信済みURL:
https://delor.sbs/
レポート終了日:

リンク · 1件検出

ページから特定された発信リンク

リンクテキスト
https://t.me/AnonymousHackerPHOur Services

JavaScript変数 · 5件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

コンソールログメッセージ · 1件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://delor.sbs/favicon.ico
テキスト
Failed to load resource: the server responded with a status of 404 ()

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Website Hacked</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
    <style>
        body {
            background: linear-gradient(to right, #283048, #859398);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .container {
            max-width: 900px;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
        }
        h1 {
            color: #283048;
            text-align: center;
            margin-bottom: 30px;
        }
        .btn-custom {
            background-color: #283048;
            color: white;
        }
        .btn-custom:hover {
            background-color: #859398;
            color: black;
        }
        footer {
            margin-top: 20px;
            text-align: center;
        }
        footer a {
            color: #283048;
            text-decoration: none;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Website Hacked!</h1>
        <p class="lead text-center">
            Your Website has Been Hacked By Anonymous Hacker!
        </p>
        <div class="text-center mt-4">
            <a href="https://t.me/AnonymousHackerPH" class="btn btn-custom me-2">About Us</a>
            <a href="https://t.me/AnonymousHackerPH" class="btn btn-custom">Our Services</a>
        </div>
        <footer class="mt-4">
            <p>© Anonymous Hacker. | <a href="/privacy.php">Privacy Policy</a></p>
        </footer>
    </div>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>

</body></html>