Interrogating DNS Caches
If you're new here, you may want to subscribe to my RSS feed, follow me on Twitter, or subscribe via email. Thanks for visiting!
Photo: Nick.Fisher
In the book, Hacking: The Next Generation, I cover a topic referred to as DNS cache snooping. Cache snooping is not a new attack and has been around for quite a while. However, I couldn't find a good piece of code that would interrogate DNS servers, so I created code to do it.
I put it in Appendix B in the book, but figured it would be nice to have some place to copy & paste it.
Cache_Snoop.pl
Let me know if you have any questions or comments. Have Fun!