Skip to content

Commit 8c8ccc1

Browse files
committed
Update Authors
1 parent a341756 commit 8c8ccc1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/auxiliary/scanner/ntp/ntp_readvar.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ def initialize(info = {})
2020
potentially sensitive information, such as the NTP software version, operating
2121
system version, peers, and more.
2222
),
23-
'Author' => [ 'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>' ],
23+
'Author' =>
24+
[
25+
'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>', # original Metasploit module
26+
'Jon Hart <jon_hart[at]rapid7.com>' # UDPScanner version for faster scans
27+
],
2428
'License' => MSF_LICENSE,
2529
'References' =>
2630
[

0 commit comments

Comments
 (0)