https://adilligo.com/login

Submitted URL:
https://adilligo.comRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://adilligo.com/login
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o

HTML

The raw HTML body of the page

<html><head><title>Login Page</title></head><body onload="document.f.username.focus();">
<h3>Login with Username and Password</h3><form name="f" action="/login" method="POST">
<table>
	<tbody><tr><td>User:</td><td><input type="text" name="username" value=""></td></tr>
	<tr><td>Password:</td><td><input type="password" name="password"></td></tr>
	<tr><td colspan="2"><input name="submit" type="submit" value="Login"></td></tr>
</tbody></table>
</form></body></html>