Change messages
parent
48fdb08164
commit
575ee09b77
|
@ -7,7 +7,7 @@
|
||||||
<pre>
|
<pre>
|
||||||
Target IP : =RHOST=
|
Target IP : =RHOST=
|
||||||
Start Time : =STARTTIME=
|
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>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
<div id="chat_area"></div>
|
<div id="chat_area"></div>
|
||||||
|
|
|
@ -3,13 +3,7 @@
|
||||||
<script src="api.js"> </script>
|
<script src="api.js"> </script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="message" align="right">
|
<div id="message">Starting a session...</div>
|
||||||
<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="chat_area"></div>
|
<div id="chat_area"></div>
|
||||||
<script>
|
<script>
|
||||||
var channel = '=CHANNEL=';
|
var channel = '=CHANNEL=';
|
||||||
|
@ -52,7 +46,6 @@
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
document.getElementById("message").innerHTML = "The video session has ended.";
|
document.getElementById("message").innerHTML = "The video session has ended.";
|
||||||
document.getElementById("message").style.display = "";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
|
Loading…
Reference in New Issue