Skip to content

Commit b085e8e

Browse files
committed
Revert "Update NTP Module"
This reverts commit 8fd34a4.
1 parent 8fd34a4 commit b085e8e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
26.1 KB
Binary file not shown.

modules/auxiliary/scanner/ntp/ntp_readvar.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#####
2+
13

24
# This file is part of the Metasploit Framework and may be subject to
35
# redistribution and commercial restrictions. Please see the Metasploit
@@ -19,7 +21,7 @@ def initialize(info = {})
1921
super(update_info(info,
2022
'Name' => 'NTP Clock Variables Disclosure',
2123
'Description' => %q{
22-
This module reads the system internal NTP variables. These variables contain potentially sensitive
24+
This module reads the system internal NTP variables. These variables contain potentially sensitive
2325
information, such as the NTP software version, operating system version, peers, and more..
2426
},
2527
'Author' => 'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>',
@@ -62,4 +64,4 @@ def run_host(ip)
6264

6365
end
6466

65-
end
67+
end

0 commit comments

Comments
 (0)