Files
beef/extensions/demos/html/secret_page.html
2017-04-22 01:52:13 +00:00

27 lines
816 B
HTML

<!--
Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net
Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission
-->
<html>
<head>
<title>Secret Page</title>
</head>
<body>
<h1>Secret page</h1>
<p>
This page is not hooked by <a href="http://beefproject.com/">BeEF</a>.
However you should still be capable of accessing it using:
</p>
<ul>
<li>Rider extension;</li>
<li><a href="https://github.com/beefproject/beef/wiki/Tunneling">Tunneling Proxy</a> extension; and</li>
<li>'Test Network Request' debug module</li>
</ul>
<label for="imptxt">Insert your secret here:</label>&nbsp;&nbsp;<input type="text" id="imptxt" name="Important Text" /></p>
<!-- UTF-8 characters for testing purposes: 牛肉 -->
</body>
</html>