How Intercept DNS request?

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

How can I write an application that intercep the client DNS request (from
browser or any other application)?
Thanks.

Andrew
 
I'm not familiar with DNS protocol, but if you are, just write a program to
listen on the port DNS uses.
 
This will be quite difficult because your computer will be assigned an IP
address that points to the DNS server. You'll need to be listening on the
DNS port.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"
 
Back
Top