Keywords for SVN

git-svn-id: file:///home/svn/framework3/trunk@5111 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2007-09-24 03:13:50 +00:00
parent b6e1dc00f7
commit aa51f559e8
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
##
# $Id: simple.rb 4419 2007-02-18 00:10:39Z hdm $
# $Id$
##
##
@ -31,7 +31,7 @@ class Simple < Msf::Nop
super(
'Name' => 'Simple',
'Alias' => 'armle_simple',
'Version' => '$Revision: 4419 $',
'Version' => '$Revision$',
'Description' => 'Simple NOP generator',
'Author' => 'hdm',
'License' => MSF_LICENSE,

View File

@ -1,5 +1,5 @@
##
# $Id: shell_bind_tcp.rb 5033 2007-07-06 01:22:54Z ramon $
# $Id$
##
##
@ -28,7 +28,7 @@ module ShellBindTcp
def initialize(info = {})
super(merge_info(info,
'Name' => 'OSX Command Shell, Bind TCP Inline',
'Version' => '$Revision: 5033 $',
'Version' => '$Revision$',
'Description' => 'Listen for a connection and spawn a command shell',
'Author' => 'hdm',
'License' => MSF_LICENSE,

View File

@ -1,5 +1,5 @@
##
# $Id: shell_reverse_tcp.rb 5033 2007-07-06 01:22:54Z ramon $
# $Id$
##
##
@ -28,7 +28,7 @@ module ShellReverseTcp
def initialize(info = {})
super(merge_info(info,
'Name' => 'OSX Command Shell, Reverse TCP Inline',
'Version' => '$Revision: 5033 $',
'Version' => '$Revision$',
'Description' => 'Connect back to attacker and spawn a command shell',
'Author' => 'hdm',
'License' => MSF_LICENSE,