git-svn-id: file:///home/svn/framework3/trunk@12899 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Carlos Perez 2011-06-10 03:39:34 +00:00
parent 1fced297f4
commit 37246299eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: enum_packages.rb 12796 2011-06-01 11:52:36Z darkoperator $
# $Id$
##
##
@ -27,7 +27,7 @@ class Metasploit3 < Msf::Post
'Description' => %q{ Post Module to enumerate Services on a Linux System},
'License' => MSF_LICENSE,
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>'],
'Version' => '$Revision: 12796 $',
'Version' => '$Revision$',
'Platform' => [ 'linux' ],
'SessionTypes' => [ 'shell' ]
))