git-svn-id: file:///home/svn/framework3/trunk@8986 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-04-03 05:22:20 +00:00
parent b50d9049f0
commit d2f44f4a22
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
##
# $Id: passivex.rb 7546 2009-11-16 22:45:33Z hdm $
# $Id$
##
##
@ -22,7 +22,7 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Reverse HTTPS Stager',
'Version' => '$Revision: 7546 $',
'Version' => '$Revision$',
'Description' => 'Tunnel communication over HTTP using SSL',
'Author' => 'hdm',
'License' => MSF_LICENSE,