diff --git a/modules/auxiliary/scanner/ntp/ntp_readvar.rb b/modules/auxiliary/scanner/ntp/ntp_readvar.rb index 34cbd132f9..15a2cad93f 100644 --- a/modules/auxiliary/scanner/ntp/ntp_readvar.rb +++ b/modules/auxiliary/scanner/ntp/ntp_readvar.rb @@ -1,11 +1,7 @@ -##### - - # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions. Please see the Metasploit # web site for more information on licensing and terms of use. -# http://metasploit.com/ -## +# http://metasploit.com/ require 'msf/core' @@ -21,7 +17,7 @@ class Metasploit3 < Msf::Auxiliary super(update_info(info, 'Name' => 'NTP Clock Variables Disclosure', 'Description' => %q{ - This module reads the system internal NTP variables. These variables contain potentially sensitive + This module reads the system internal NTP variables. These variables contain potentially sensitive information, such as the NTP software version, operating system version, peers, and more.. }, 'Author' => 'Ewerson Guimaraes(Crash) ', @@ -64,4 +60,4 @@ class Metasploit3 < Msf::Auxiliary end -end \ No newline at end of file +end