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"