From f84e9a88b0094b24774f71b495e147c62b2cef6c Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Fri, 6 Nov 2015 10:40:07 -0800 Subject: [PATCH] Credit for original vuln discovery --- modules/auxiliary/scanner/ntp/ntp_nak_to_the_future.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/auxiliary/scanner/ntp/ntp_nak_to_the_future.rb b/modules/auxiliary/scanner/ntp/ntp_nak_to_the_future.rb index 74401aaeec..d967e840cc 100644 --- a/modules/auxiliary/scanner/ntp/ntp_nak_to_the_future.rb +++ b/modules/auxiliary/scanner/ntp/ntp_nak_to_the_future.rb @@ -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 ' # original metasploit module ], 'License' => MSF_LICENSE,