https://argus-lab.xyz/

提交的 URL:
https://argus-lab.xyz/
报告完成时间:

链接 · 找到 0 个

JavaScript 变量 · 找到 3 个

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

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

类型类别记录
verbosedom
URL
https://argus-lab.xyz/
文本
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

<html><head><title>
        Unauthorized Home Page
    </title>

    </head><body>
        <p>
            Hello There! You've reached the Omneo public home page!
        </p>

        <p>
            You are not authorized to access the content of this server!
        </p>

        <form action="/login" method="post">
            <p>
                <label>Username</label>
                <input type="text" name="username">
            </p>
            
            <p>
                <label>Password</label>
                <input type="password" name="password">
            </p>
            
            <p>
                <input type="submit" value="Submit">
            </p>
        </form>

    

</body></html>