The wise man does not lay up his own treasures. The more he gives to others, the more he has for his own. — Laozi
I have created some python DNS enumeration tools. There is a DNS recon tool and Sub Domain Recon Tool.
In order to run these tools all you have to install python from python.org or from the Microsoft store.
Then navigate to my repository and download the zip files > extract > run > allow the file to run > follow directions below > results.
https://github.com/Xp101T7/DNSEnumpy
I will code sign these executables soon.
###WARNING NOTICE### The tools and products in this repository are for educational and testing purposes only. Unauthorized use of these tools for attacking targets without prior mutual consent is illegal. The repository owner is not responsible for any illegal use of these tools or products. Please use responsibly.
Navigate to %USERPROFILE%\Downloads\DNSEnumpy-main\RedTeam\Recon\DNS
To Enumerate the DNS Records for a domain add the domain name to the text box labeled, "Enter domain here", Fetch DNS Records and save the file.
Navigate to %USERPROFILE%\Downloads\DNSEnumpy-main\RedTeam\Recon\SubDomain
To Enumerate the DNS Records for a domain add the domain name to the text box, labeled, "Enter Domain", add the subdomain file you want to pass into the sub domain finder, Run, and Save the file.
If all sub domains are PWN_ABLE from your list then the domain is enumrating wonky!!! I'm looking into making the tools output errors when this is occuring... Future Release...
Also adding a Completed Notification!!! Coming Soon...
The Code can be found by Reversing the files...