Credit for original vuln discovery

bug/bundler_fix
Jon Hart 2015-11-06 10:40:07 -08:00
parent dd91956c4a
commit f84e9a88b0
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 2 additions and 1 deletions

View File

@ -23,11 +23,12 @@ class Metasploit3 < Msf::Auxiliary
sends these Crypto-NAK packets in order to establish an association
between the target ntpd instance and the attacking client. The end goal
is to cause ntpd to declare the legitimate peers "false tickers" and
choose the attacking client(s) as the preferred peer(s), allowing
choose the attacking clients as the preferred peers, allowing
these peers to control time.
),
'Author' =>
[
'Matthew Van Gundy of Cisco ASIG', # vulnerability discovery
'Jon Hart <jon_hart[at]rapid7.com>' # original metasploit module
],
'License' => MSF_LICENSE,