diff --git a/modules/auxiliary/gather/enum_dns.rb b/modules/auxiliary/gather/enum_dns.rb index b802ac1279..2b6afd7346 100644 --- a/modules/auxiliary/gather/enum_dns.rb +++ b/modules/auxiliary/gather/enum_dns.rb @@ -1,7 +1,3 @@ -## -# $Id: enum_dns.rb 15475 2012-06-18 23:39:04Z rapid7 $ -## - ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions. Please see the Metasploit @@ -26,7 +22,7 @@ class Metasploit3 < Msf::Auxiliary }, 'Author' => [ 'Carlos Perez ' ], 'License' => MSF_LICENSE, - 'Version' => '$Revision: 15475 $', + 'Version' => '$Revision$', 'References' => [ ['CVE', '1999-0532'],