We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a341756 commit 8c8ccc1Copy full SHA for 8c8ccc1
modules/auxiliary/scanner/ntp/ntp_readvar.rb
@@ -20,7 +20,11 @@ def initialize(info = {})
20
potentially sensitive information, such as the NTP software version, operating
21
system version, peers, and more.
22
),
23
- 'Author' => [ 'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>' ],
+ '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
+ ],
28
'License' => MSF_LICENSE,
29
'References' =>
30
[
0 commit comments