git-svn-id: https://beef.googlecode.com/svn/trunk@765 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
33 lines
830 B
HTML
33 lines
830 B
HTML
<html>
|
|
<head>
|
|
<title>BeEF Basic Demo</title>
|
|
<script>
|
|
var commandModuleStr = '<script src="' + window.location.protocol + '//' + window.location.host + '/hook.js" type="text/javascript"><\/script>';
|
|
document.write(commandModuleStr);
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
You should be hooked into <b>BeEF</b>.
|
|
<p>
|
|
Have fun while your browser is working against you.
|
|
</p>
|
|
|
|
<p>
|
|
These links are for demonstrating the "collect links" command module<br />
|
|
<ul>
|
|
|
|
<li><a href="http://www.bindshell.net/tools/beef" target="_blank">Beef homepage</a>
|
|
<li><a href="http://ha.ckers.org/" target="_blank">ha.ckers.org homepage</a>
|
|
<li><a href="http://slashdot.org/" target="_blank">Nerd homepage</a>
|
|
|
|
</ul>
|
|
</p>
|
|
|
|
<p>
|
|
You can also load up a more advanced demo page <a href="butcher/index.html">here</a>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|