https://argus-lab.xyz/

Eingereichte URL:
https://argus-lab.xyz/
Bericht beendet:

JavaScript-Variablen · 3 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 1 gefunden

TypKategorieProtokoll
verbosedom
URL
https://argus-lab.xyz/
Text
[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>