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

Speed up DNS brute forcing #3

Closed initstring closed 5 years ago

initstring commented 5 years ago

Need to improve DNS lookups, and also allow the user to specify a DNS server.

Possibly, could use subprocess to queue OS commands to handle this in batches. Need to test.

initstring commented 5 years ago

Done.