From 686390fa21964ba9e51b6fd43ba896e64a82f9f7 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sat, 12 Nov 2011 19:39:56 +0000 Subject: [PATCH] Modified metasploit extension config file adding a note to don't use 127.0.0.1 as host value. git-svn-id: https://beef.googlecode.com/svn/trunk@1430 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- extensions/metasploit/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/metasploit/config.yaml b/extensions/metasploit/config.yaml index e246c8e36..ab95c681e 100644 --- a/extensions/metasploit/config.yaml +++ b/extensions/metasploit/config.yaml @@ -19,12 +19,13 @@ # Ensure you load the xmlrpc interface in Metasploit # msf > load xmlrpc 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. beef: extension: metasploit: name: 'Metasploit' enable: true - host: "127.0.0.1" + host: "192.168.84.1" url-path: "/RPC2" port: 55553 user: "msf"