aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dns_mre
Commit message (Collapse)AuthorAgeFilesLines
* - do not connect before sendto()miwi2008-08-292-2/+17
| | | | | | | | fixes "Socket is already connected" error - Bump PORTREVISION PR: 126886 Submitted by: maintainer
* DNS Multiple Race Exploiter is a tool that exploits an inherent flaw in themiwi2008-08-085-0/+73
DNS Server Cache. By sending many queries to a DNS server along with fake replies, an attacker can successfuly writes a fake new entry in the DNS cache. WWW: http://www.securebits.org/dnsmre.html PR: ports/126189 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>