From fef9915a760f90ee6bb08ec0f929d8812ed053fc Mon Sep 17 00:00:00 2001 From: xntrik Date: Wed, 2 Feb 2011 12:30:05 +0000 Subject: [PATCH] issue 16 : clarifying the config file for loading msf xmlrpc git-svn-id: https://beef.googlecode.com/svn/trunk@723 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ini b/config.ini index 7cb809d67..81414a37e 100644 --- a/config.ini +++ b/config.ini @@ -35,6 +35,9 @@ 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 +# Ensure you load the xmlrpc interface in Metasploit +# msf > load xmlrpc Pass=abc123 ServerType=Web +# enable_msf = 0 msf_host = "127.0.0.1" msf_path = "/RPC2"