https://revolutiontt.me/login.php

Submitted URL:
https://revolutiontt.meRedirected
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 · 2 found

Messages logged to the web console

TypeCategoryLog
warningdom
URL
https://revolutiontt.me/login.php
Text
[DOM] Found 2 elements with non-unique id #inputs: (More info: https://goo.gl/9p2vKq) %o %o
verbosedom
URL
https://revolutiontt.me/login.php
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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="google" content="notranslate">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
<meta http-equiv="Cache-Control" content="no-store">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Revolution :: Login</title>
<link rel="stylesheet" href="/login2.css?date=12jan17" type="text/css"></head>


<body>
<form id="login" method="post" action="takelogin.php">
<img src="/pic/navigation/rtt-logo-new.jpg" width="502" height="120">
<fieldset id="inputs">
<input name="username" id="username" type="text" placeholder="Username" required="">
</fieldset>
<fieldset id="inputs">
<input name="password" id="password" type="password" placeholder="Password" required="">
</fieldset>
<fieldset id="actions">
<input type="submit" class="submit" id="submit" value="login">
<a href="/enter.php" class="submit signup">signup</a>
</fieldset>
</form>
<div class="login_footer">
<a href="recover.php">Password Recovery</a> | <a href="irchelp.php">Support Chat</a> | <a href="https://m.revolutiontt.me/index.php">RevolutionTT Mobile</a></div>


</body></html>