NTP Module - Remove [WARNING] Carriage return EOL

unstable
Ewerson Guimaraes (Crash) 2012-10-30 22:25:23 -02:00
parent b085e8ed73
commit ffe8a980f4
1 changed files with 3 additions and 7 deletions

View File

@ -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) <crash[at]dclabs.com.br>',
@ -64,4 +60,4 @@ class Metasploit3 < Msf::Auxiliary
end
end
end