https://spoofcheck.digitalvai.xyz/login

ID da verificação
13ca74fc-be73-404a-a388-294fdd319d59Concluído
URL enviado:
https://spoofcheck.digitalvai.xyz/login
Relatório concluído:

Os links de saída identificados na página

Variáveis JavaScript · 5 encontrada(s)

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

Mensagens de registro do console · 3 encontrada(s)

Mensagens registradas no console web

TipoCategoriaLog
errornetwork
URL
https://spoofcheck.digitalvai.xyz/static/style.css
Texto
Failed to load resource: the server responded with a status of 404 ()
verbosedom
URL
https://spoofcheck.digitalvai.xyz/login
Texto
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errornetwork
URL
https://spoofcheck.digitalvai.xyz/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML bruto da página

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Single &amp; Bulk Mail Sender</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer">
    <link rel="stylesheet" type="text/css" href="/static/style.css">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>

<body class="black">
    <div class="container py-5">
        <div class="row ">
            <div class="col-md-8 mx-auto inner p-5">
                <h2 class="text-center fw-bold mb-4">Single &amp; Bulk Mail Sender</h2>

                <!-- Flash messages -->
                  

                <form action="/login" method="post">
                    <div class="mb-3">
                        <label for="username" class="form-label">Username</label>
                        <input type="text" class="form-control button" id="username" name="username" required="">
                    </div>
                    <div class="mb-3">
                        <label for="password" class="form-label">Password</label>
                        <input type="password" class="form-control button" id="password" name="password" required="">
                    </div>
                    <button type="submit" class="btn btn-primary button">Login</button>
                </form>
            </div>
        </div>
    </div>

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


</body></html>