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

Submitted URL:
https://retten1337.fvds.ru/panelRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 5 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://retten1337.fvds.ru/content/tabler.min.css
Text
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://retten1337.fvds.ru/content/demo.min.css
Text
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
Text
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
Text
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://retten1337.fvds.ru/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<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>