From 24ed552ba26fa5e7b226e69aad890ddb20b7ee24 Mon Sep 17 00:00:00 2001 From: "sussurro@happypacket.net" Date: Thu, 20 Jan 2011 22:15:19 +0000 Subject: [PATCH] config.ini change for MSF callbacks to work git-svn-id: https://beef.googlecode.com/svn/trunk@706 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.ini b/config.ini index 583bc0f59..7cb809d67 100644 --- a/config.ini +++ b/config.ini @@ -33,10 +33,12 @@ favicon_file_name = "favicon.ico" favicon_dir = "/public/images" +# Enable MSF by changing enable_msf to 1 +# Then set msf_callback_host to be the public IP of your MSF server enable_msf = 0 msf_host = "127.0.0.1" msf_path = "/RPC2" msf_port = 55553 msf_user = "msf" msf_pass = "abc123" - +msf_callback_host = "127.0.0.1"