Skip to content

Commit

Permalink
msfrpcd doesnt bind to loopback
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/svn/framework3/trunk@6078 4d416f70-5f16-0410-b530-b9f4589650da
  • Loading branch information
kris committed Jan 6, 2009
1 parent f86ba09 commit a74d742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msfrpcd
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit a74d742

Please sign in to comment.