From 315c22967e558c9c8ad8eb6be6bcc2b84213e191 Mon Sep 17 00:00:00 2001 From: Saafan Date: Tue, 27 Dec 2011 21:40:15 +0200 Subject: [PATCH] Fixes the new changes of MSF from xmlrpc to msgpack --- extensions/metasploit/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/metasploit/config.yaml b/extensions/metasploit/config.yaml index a1b535fef..a9de40136 100644 --- a/extensions/metasploit/config.yaml +++ b/extensions/metasploit/config.yaml @@ -17,9 +17,9 @@ # 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 ServerHost=10.211.55.2 Pass=abc123 ServerType=Web +# msf > load msgrpc ServerHost=10.211.55.2 Pass=abc123 ServerType=Web # Please note that the ServerHost parameter must have the same value of host and callback_host variables here below. -# Also don't use the loopback address (127.0.0.1) for host, always use the IP of your machine where MSF is listening. +# Also always use the IP of your machine where MSF is listening. beef: extension: metasploit: @@ -32,5 +32,5 @@ beef: uri: '/api' ssl: false ssl_version: 'SSLv3' - callback_host: "192.168.84.1" + callback_host: "127.0.0.1" autopwn_url: "autopwn"