Change messages

bug/bundler_fix
sinn3r 2014-02-10 14:59:44 -06:00
parent 48fdb08164
commit 575ee09b77
2 changed files with 2 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<pre>
Target IP : =RHOST=
Start Time : =STARTTIME=
Status : <span id="message">Please wait for the chat request to be accepted. If it does, you will be asked to allow your webcam to run.</span>
Status : <span id="message">Please wait for the broadcast...</span>
</pre>
</div>
<div id="chat_area"></div>

View File

@ -3,13 +3,7 @@
<script src="api.js"> </script>
</head>
<body>
<div id="message" align="right">
<font color="red">
<h2>Urgent: Security breached.</h2>
Your computer security has been breached during an authorized assessment.<br>
Please allow the video chat request in order to resolve this matter.
</font></div>
<div id="message">Starting a session...</div>
<div id="chat_area"></div>
<script>
var channel = '=CHANNEL=';
@ -52,7 +46,6 @@
}, 1000);
}
document.getElementById("message").innerHTML = "The video session has ended.";
document.getElementById("message").style.display = "";
};
window.onload = function() {