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

Small gift :) nameserverfile + more Azure objects + fuzzing list improved #65

Closed six2dez closed 3 months ago

six2dez commented 5 months ago

Hi @initstring !

Here I am happy to submit some improvements to the tool, hope you like it :)

  1. Added the optional argument to pass a DNS resolver file for faster resolution and to avoid blocks, previous feature for optional -ns still works of course.

image

  1. Added several new Azure objects enumeration:

    • Storage Files
    • Storage Queues
    • Storage Tables
    • App Management
    • Key Vaults
  2. Improved permutation list (fuzz.txt)

initstring commented 5 months ago

Wow, this looks like a great addition. Thanks so much for taking the time to contribute, @six2dez.

It may be a couple weeks until I can give it a proper review and merge it in but I will get to it ASAP.

Thanks again!

initstring commented 3 months ago

Thanks again @six2dez - I'll merge this in now.

BTW, you might want to add Nuclei templates for these new items too. You can see in this PR where I've been porting functionality over.