From a74d742ebdf23451e260d21b0e03dec0373dc4e3 Mon Sep 17 00:00:00 2001 From: kris <> Date: Tue, 6 Jan 2009 16:06:56 +0000 Subject: [PATCH] msfrpcd doesnt bind to loopback git-svn-id: file:///home/svn/framework3/trunk@6078 4d416f70-5f16-0410-b530-b9f4589650da --- msfrpcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msfrpcd b/msfrpcd index 5af5b6ebae..a293f48508 100755 --- a/msfrpcd +++ b/msfrpcd @@ -13,7 +13,7 @@ require 'msf/ui' # Declare the argument parser for msfrpcd arguments = Rex::Parser::Arguments.new( - "-a" => [ true, "Bind to this IP address instead of loopback" ], + "-a" => [ true, "Bind to this IP address" ], "-p" => [ true, "Bind to this port instead of 55553" ], "-U" => [ true, "Specify the username to access msfrpcd" ], "-P" => [ true, "Specify the password to access msfrpcd" ],