https://spoofcheck.digitalvai.xyz/login

제출된 URL:
https://spoofcheck.digitalvai.xyz/login
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 5개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

콘솔 로그 메시지 · 3개 결과

유형카테고리로그
errornetwork
URL
https://spoofcheck.digitalvai.xyz/static/style.css
텍스트
Failed to load resource: the server responded with a status of 404 ()
verbosedom
URL
https://spoofcheck.digitalvai.xyz/login
텍스트
[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
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

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