From ac160be94e2f8313076968af5ac9b1e3cc62b2c6 Mon Sep 17 00:00:00 2001 From: kris <> Date: Sun, 4 Jan 2009 07:25:43 +0000 Subject: [PATCH] fix port numbers in comments git-svn-id: file:///home/svn/framework3/trunk@6065 4d416f70-5f16-0410-b530-b9f4589650da --- plugins/xmlrpc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/xmlrpc.rb b/plugins/xmlrpc.rb index 504b044119..709155dd9f 100644 --- a/plugins/xmlrpc.rb +++ b/plugins/xmlrpc.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # # 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. # Be aware that the console instance that spawns on the port is entirely # unauthenticated, so realize that you have been warned. @@ -32,7 +32,7 @@ class Plugin::XMLRPC < Msf::Plugin # # 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) super