metasploit-framework/data/exploits/capture/http/index.html

47 lines
842 B
HTML
Raw Normal View History

<html>
<head>
<title>Hotel Guest Wireless Services</title>
<style>
<!--
HTML { margin: 0 }
BODY { background: #000000; color: white; }
H2 { font-face: Verdana; font-size: 80px; }
-->
</style>
<script>
var dots = 0;
function setDots() {
var o = document.getElementById("loading");
dots++;
if(dots > 3) dots = 0;
var s = "Loading"
for(var i =0; i< dots; i++) {
s += ".";
}
o.innerHTML = s;
}
function loader() {
setInterval(setDots, 500);
}
</script>
</head>
<body onload="loader()">
<table align="center" width="100%" border=0 cellspacing=0 cellpadding=6 style="margin-top: 100px;">
<tr><td colspan="2" valign="top" align="center">
<h2 id="loading">Loading</h2>
</td>
</tr>
</table>
<!-- advertisements -->
<div style="visibility:hidden">
%CONTENT%
</div>
</body>
</html>