https://castradio.net/cp/log.php

Submitted URL:
https://castradio.netRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 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

Console log messages · 2 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>SonicPanel</title>
<link type="text/css" rel="stylesheet" href="inc/css/sonicpanel_login.css?r=417218">
<link rel="stylesheet" href="inc/fontaw/css/font-awesome.css">
<script type="text/javascript" src="inc/js/jquery.min.js"></script>
<script type="text/javascript" src="inc/js/sonic.js?r=508606"></script>
<link rel="shortcut icon" href="inc/images/spfav2.ico">

<script>
$(document).ready(function(){
$('body').keypress(function (e) {
  if (e.which == 13) {
    $('form#splogin').submit();
    return false;
  }
});
});
</script>

</head>
<body>
<div class="se-pre-con" style="display: none;"></div>
<div class="alert" id="alert"></div>
<div class="alert success" id="alertsucc"><strong>Success!</strong></div>

		<div class="login">  <br>
		<center><img src="inc/images/splogo2.png?r=izuyaceg" border="0"></center>
			<img src="inc/images/preload.gif" id="img" style="display:none" class="center">
			<form id="splogin">
				<label for="username">
					<i class="fa fa-user" aria-hidden="true"></i>
				</label>
				<input type="text" name="username" placeholder="Username" id="username" required="">
				<label for="password">
					<i class="fa fa-lock" aria-hidden="true"></i>
				</label>
				<input type="password" name="password" placeholder="Password" id="password" required="">

				<input type="submit" value="Login" id="submit_login">
			</form>
		</div>


	


</body></html>