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 9db3dc7 commit 9f9f28cCopy full SHA for 9f9f28c
modules/auxiliary/scanner/ntp/ntp_monlist.rb
@@ -109,6 +109,7 @@ def scanner_postscan(batch)
109
print_status("#{peer} Storing #{peers.length} NTP client hosts in the database...")
110
peers.each do |r|
111
maddr,mport,mserv = r
112
+ next if maddr == '127.0.0.1' # some NTP servers peer with themselves..., but we can't store loopback
113
report_note(
114
:host => maddr,
115
:type => 'ntp.client.history',
0 commit comments