initstring / cloud_enum

Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud.
MIT License
1.54k stars 224 forks source link

Pure-python DNS approach #22

Closed initstring closed 4 years ago

initstring commented 4 years ago

Thanks to @sg3-141-592

Moving away from using the Linux binary host to do DNS enumeration. Using a pure-python approach with threading.

Also adding a warning for Windows users that they can get pretty colors if they install an additional package.

Hope I didn't break anything! :D