From 37246299eb2554cfcbbb4827d216ed839af77f60 Mon Sep 17 00:00:00 2001 From: Carlos Perez Date: Fri, 10 Jun 2011 03:39:34 +0000 Subject: [PATCH] Keywords git-svn-id: file:///home/svn/framework3/trunk@12899 4d416f70-5f16-0410-b530-b9f4589650da --- modules/post/linux/gather/enum_services.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/post/linux/gather/enum_services.rb b/modules/post/linux/gather/enum_services.rb index 4fbd095e0c..c92de64781 100644 --- a/modules/post/linux/gather/enum_services.rb +++ b/modules/post/linux/gather/enum_services.rb @@ -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 '], - 'Version' => '$Revision: 12796 $', + 'Version' => '$Revision$', 'Platform' => [ 'linux' ], 'SessionTypes' => [ 'shell' ] ))