We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251c284 commit 4c09398Copy full SHA for 4c09398
plugins/msgrpc.rb
@@ -1,15 +1,11 @@
1
#!/usr/bin/env ruby
2
#
3
-# $Id$
4
-#
5
# This plugin provides an msf daemon interface that spawns a listener on a
6
# defined port (default 55552) and gives each connecting client its own
7
# console interface. These consoles all share the same framework instance.
8
# Be aware that the console instance that spawns on the port is entirely
9
# unauthenticated, so realize that you have been warned.
10
11
-# $Revision$
12
13
14
require "msf/core/rpc/v10/service"
15
require "fileutils"
0 commit comments