https://argus-lab.xyz/

ID de exploración:
dad25e53-8ca4-4f5e-b191-facab51b8181Finalizado
URL enviada:
https://argus-lab.xyz/
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistrar
verbosedom
URL
https://argus-lab.xyz/
TEXTO
[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>