https://delor.sbs/

已提交的 URL:
https://delor.sbs/
報告完成時間:

連結 · 找到 1 個

從頁面中識別的傳出連結

JavaScript 變數 · 找到 5 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

主控台記錄訊息 · 找到 1 條

記錄到 Web 主控台的訊息

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>