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
8 lines
181 B
PHP
8 lines
181 B
PHP
<?php
|
|
define('MSF_HOST', '127.0.0.1');
|
|
define('MSF_PORT', '55553');
|
|
define('MSF_USER', 'msf');
|
|
define('MSF_PASS', 'BeEFMSFPass');
|
|
define('MSF_BASE_URL', 'http://192.168.1.235');
|
|
?>
|