1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-09 04:26:11 +02:00

copy/paste action

git-svn-id: file:///home/svn/incoming/trunk@3147 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2005-11-28 16:38:13 +00:00
parent 5bb104c993
commit f9b21aeb36

2
msfd
View File

@ -5,7 +5,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '../lib'))
require 'msf/base'
require 'msf/ui'
# Declare the argument parser for msfweb
# Declare the argument parser for msfd
arguments = Rex::Parser::Arguments.new(
"-a" => [ true, "Bind to this IP address instead of loopback" ],
"-p" => [ true, "Bind to this port instead of 55554" ],