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' ] ))