https://retten1337.fvds.ru/panel/

提交的 URL:
https://retten1337.fvds.ru/panel已重定向
报告完成时间:

链接 · 找到 0 个

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

JavaScript 变量 · 找到 3 个

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

名称类型
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

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

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://retten1337.fvds.ru/content/tabler.min.css
文本
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://retten1337.fvds.ru/content/demo.min.css
文本
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://retten1337.fvds.ru/content/tabler-payments.min.css
文本
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://retten1337.fvds.ru/content/tabler-flags.min.css
文本
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://retten1337.fvds.ru/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

页面的原始 HTML 正文

<html lang="en"><head>
    <link href="../content/tabler.min.css" rel="stylesheet">
    <link href="../content/demo.min.css" rel="stylesheet">
    <link href="../content/tabler-payments.min.css" rel="stylesheet">
    <link href="../content/tabler-flags.min.css" rel="stylesheet">
    <title>netcheats - admin control panel</title>
</head>


    <body class="antialiased border-top-wide border-primary d-flex flex-column">
        <div class="page page-center" style="justify-content: center;">
            <div class="container-tight py-4">
                <form class="card card-md" action="." method="POST" autocomplete="off">
                    <div class="card-body">
                        <h2 class="card-title text-center mb-4">Авторизация</h2>

                        <div class="mb-3">
                            <label class="form-label">
                                Логин
                            </label>
                            <input type="text" class="form-control" name="login" autocomplete="off" placeholder="Ваш логин">
                        </div>

                        <div class="mb-3">
                            <label class="form-label">
                                Пароль
                            </label>
                            <div class="input-group input-group-flat">
                                <input name="password" class="form-control" placeholder="Ваш пароль" autocomplete="off">
                            </div>
                        </div>

                        <div class="form-footer">
                            <button type="submit" class="btn btn-primary w-100">Авторизоваться</button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    
</body></html>