Skip to content

Commit ffe8a98

Browse files
committed
NTP Module - Remove [WARNING] Carriage return EOL
1 parent b085e8e commit ffe8a98

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

modules/auxiliary/scanner/ntp/ntp_readvar.rb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
#####
2-
3-
41
# This file is part of the Metasploit Framework and may be subject to
52
# redistribution and commercial restrictions. Please see the Metasploit
63
# web site for more information on licensing and terms of use.
7-
# http://metasploit.com/
8-
##
4+
# http://metasploit.com/
95

106
require 'msf/core'
117

@@ -21,7 +17,7 @@ def initialize(info = {})
2117
super(update_info(info,
2218
'Name' => 'NTP Clock Variables Disclosure',
2319
'Description' => %q{
24-
This module reads the system internal NTP variables. These variables contain potentially sensitive
20+
This module reads the system internal NTP variables. These variables contain potentially sensitive
2521
information, such as the NTP software version, operating system version, peers, and more..
2622
},
2723
'Author' => 'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>',
@@ -64,4 +60,4 @@ def run_host(ip)
6460

6561
end
6662

67-
end
63+
end

0 commit comments

Comments
 (0)