msfrpcd doesnt bind to loopback

git-svn-id: file:///home/svn/framework3/trunk@6078 4d416f70-5f16-0410-b530-b9f4589650da
unstable
kris 2009-01-06 16:06:56 +00:00
parent f86ba09020
commit a74d742ebd
1 changed files with 1 additions and 1 deletions

View File

@ -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" ],