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>
10 lines
275 B
C
10 lines
275 B
C
--- dns_mre.h.orig 2008-08-02 04:02:47.000000000 +0900
|
|
+++ dns_mre.h 2008-08-02 04:02:51.000000000 +0900
|
|
@@ -32,6 +32,7 @@
|
|
#include <netdb.h>
|
|
#include <arpa/inet.h>
|
|
#include <string.h>
|
|
+#include <time.h>
|
|
|
|
/* Definitions */
|
|
#define Q_S_PORT 2345 /* Query Source Port */
|