remove svn vestiges

bug/bundler_fix
Joshua Smith 2015-02-22 15:40:58 -06:00
parent 251c284458
commit 4c093985db
1 changed files with 0 additions and 4 deletions

View File

@ -1,15 +1,11 @@
#!/usr/bin/env ruby
#
# $Id$
#
# This plugin provides an msf daemon interface that spawns a listener on a
# defined port (default 55552) 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.
#
# $Revision$
#
require "msf/core/rpc/v10/service"
require "fileutils"