https://threatoff.eu/

提交的 URL:
https://threatoff.eu/
报告完成时间:

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 3 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 1 条

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://threatoff.eu/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>AS215365</title>
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&amp;display=swap" rel="stylesheet">
    <style>
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Montserrat', sans-serif;
            background: -webkit-gradient(linear,right top,left top,from(#614092),to(#2443ac));
            background: linear-gradient(to left,#614092 0,#2443ac 100%);
            background-size: 200% 200%;
            animation: gradientFlow 15s ease infinite;
        }
        @keyframes gradientFlow {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        .content {
            font-size: 12vw;
            font-weight: 700;
            color: white;
            text-shadow: 
                3px 3px 0px rgba(0,0,0,0.2),
                6px 6px 0px rgba(0,0,0,0.1);
            letter-spacing: 0.01em;
            position: relative;
            z-index: 1;
        }
        .content::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            background: inherit;
            filter: blur(20px);
            opacity: 0.7;
            z-index: -1;
        }
    </style>
</head>
<body>
    <div class="content">
        AS215365
    </div>

</body></html>