20 lines
537 B
HTML
20 lines
537 B
HTML
<!--
|
|
Copyright (c) 2006-2013 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 beef. However you should still be capable of accessing it
|
|
using the Requester.
|
|
</p>
|
|
<label for="imptxt">Insert your secret here:</label> <input type="text" id="imptxt" name="Important Text" /></p>
|
|
|
|
</body>
|
|
</html> |