fix port numbers in comments
git-svn-id: file:///home/svn/framework3/trunk@6065 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0fa92221dd
commit
ac160be94e
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
#
|
#
|
||||||
# This plugin provides an msf daemon interface that spawns a listener on a
|
# This plugin provides an msf daemon interface that spawns a listener on a
|
||||||
# defined port (default 55554) and gives each connecting client its own
|
# defined port (default 55553) and gives each connecting client its own
|
||||||
# console interface. These consoles all share the same framework instance.
|
# console interface. These consoles all share the same framework instance.
|
||||||
# Be aware that the console instance that spawns on the port is entirely
|
# Be aware that the console instance that spawns on the port is entirely
|
||||||
# unauthenticated, so realize that you have been warned.
|
# unauthenticated, so realize that you have been warned.
|
||||||
|
@ -32,7 +32,7 @@ class Plugin::XMLRPC < Msf::Plugin
|
||||||
#
|
#
|
||||||
# ServerPort
|
# ServerPort
|
||||||
#
|
#
|
||||||
# The local port to listen on for connections. The default is 8888
|
# The local port to listen on for connections. The default is 55553
|
||||||
#
|
#
|
||||||
def initialize(framework, opts)
|
def initialize(framework, opts)
|
||||||
super
|
super
|
||||||
|
|
Loading…
Reference in New Issue