[105962] in North American Network Operators' Group
Re: Multiple DNS implementations vulnerable to cache poisoning
daemon@ATHENA.MIT.EDU (Tuc at T-B-O-H.NET)
Fri Jul 11 10:58:27 2008
From: "Tuc at T-B-O-H.NET" <ml@t-b-o-h.net>
To: mct@toren.net (Michael C. Toren)
Date: Fri, 11 Jul 2008 10:58:01 -0400 (EDT)
In-Reply-To: <20080709055427.GA10676@entropia.netisland.net>
Cc: nanog@nanog.org
Errors-To: nanog-bounces@nanog.org
> Reading through the JavaScript that drives <http://www.doxpara.com/>,
> it appears to be pretty easy to write a non-AJAX client to query Dan's
> service. I threw one together in perl, named "noclicky", that allows you
> to use Dan's service against any nameserver specified on the command line.
> You can download a copy from <http://michael.toren.net/code/noclicky/>.
>
It looks like Dan changed what it returns, and noclicky 1.00 gets
confused. You can fix this, atleast until MCT comes out with a new version,
by putting :
my $date = shift @data;
before the line :
print "Requests seen for $domain:\n";
Tuc/TBOH