add svn:keywords property

git-svn-id: file:///home/svn/framework3/trunk@10121 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-08-23 22:49:43 +00:00
parent 5201aa885a
commit 2572bb6919
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
##
# $Id: reverse_tcp.rb 9927 2010-07-25 19:14:00Z jduck $
# $Id$
##
##
@ -22,7 +22,7 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Java Bind TCP stager',
'Version' => '$Revision: 9927 $',
'Version' => '$Revision$',
'Description' => 'Listen for a connection',
'Author' => [
'mihi', # all the hard work

View File

@ -1,6 +1,6 @@
##
# $Id: meterpreter.rb 9927 2010-07-25 19:14:00Z jduck $
# $Id$
##
##
@ -26,7 +26,7 @@ module Metasploit3
def initialize(info = {})
super(update_info(info,
'Name' => 'Command Shell',
'Version' => '$Revision: 9927 $',
'Version' => '$Revision$',
'Description' => 'Spawn a piped command shell (cmd.exe on Windows, /bin/sh everywhere else)',
'Author' => [
'mihi', # all the hard work