Skip to content

Commit 8fd34a4

Browse files
committed
Update NTP Module
Changed the branche and remove CR
1 parent 4d80e37 commit 8fd34a4

File tree

2 files changed

+2
-4
lines changed

2 files changed

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

modules/auxiliary/scanner/ntp/ntp_readvar.rb

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

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

6563
end
6664

67-
end
65+
end

0 commit comments

Comments
 (0)