Set keywords

git-svn-id: file:///home/svn/framework3/trunk@7059 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-09-25 05:45:03 +00:00
parent ee9a8f4f76
commit b47b46e7c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## ##
# $Id: reverse_tcp.rb 7035 2009-09-14 08:45:01Z egypt $ # $Id$
## ##
## ##
@ -22,7 +22,7 @@ module Metasploit3
def initialize(info = {}) def initialize(info = {})
super(merge_info(info, super(merge_info(info,
'Name' => 'Reverse All-Port TCP Stager', 'Name' => 'Reverse All-Port TCP Stager',
'Version' => '$Revision: 7035 $', 'Version' => '$Revision$',
'Description' => 'Try to connect back to the attacker, on all possible ports (1-65535, slowly)', 'Description' => 'Try to connect back to the attacker, on all possible ports (1-65535, slowly)',
'Author' => ['hdm', 'skape', 'Stephen Fewer <stephen_fewer[at]harmonysecurity[dot]com>'], 'Author' => ['hdm', 'skape', 'Stephen Fewer <stephen_fewer[at]harmonysecurity[dot]com>'],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,