https://speedpenguin.pages.dev/#2467

送信済みURL:
https://t.co/6skr7WuHn1
レポート終了日:

リンク · 0件検出

JavaScript変数 · 4件検出

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
generarCaptchafunction

コンソールログメッセージ · 1件検出

規模分類ログ
verbosedom
URL
https://speedpenguin.pages.dev/#2467
テキスト
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

<!DOCTYPE html><html lang="es"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Club Penguin Leaks</title>
    <link rel="stylesheet" href="/style/style.css">
</head>
<body>
<div class="video-cointaner">
    <video width="400" height="500" autoplay="" muted="" controls="">
        <source src="flo.mp4" type="video/mp4" <source="" <="" video=""> 
</video></div>

    <div class="container">
        <h2>Register</h2>
        <form id="registroForm">
            <div class="input-group">
                <label for="usuario">Username:</label>
                <input type="text" id="usuario" name="usuario" required="">
            </div>
            <div class="input-group">
                <label for="contrasena">Password:</label>
                <input type="password" id="contrasena" name="contrasena" required="">
            </div>
            <div class="captcha">
                <label for="captcha">How much is <span id="num1">7</span> + <span id="num2">8</span>?</label>
                <input type="number" id="captcha" name="captcha" required="">
            </div>
            <button type="submit">Join</button>
            <div class="error-message" id="errorMessage"></div>
        </form>
    </div>
    <script src="/js/pro.js"></script>


</body></html>