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'"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top