Trivial edits to 'secret_page.html' demo page

This commit is contained in:
bcoles
2014-01-04 09:06:14 +10:30
parent b43fbce044
commit 6d449672ae

View File

@@ -11,10 +11,16 @@
<h1>Secret page</h1>
<p>
This page is not hooked by beef. However you should still be capable of accessing it
using the Requester.
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>
</body>
</html>
</html>