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

Capital letters borks GCP enumeration #8

Closed initstring closed 5 years ago

initstring commented 5 years ago

For some reason, GCP does not like bucket requests with capital letters. I should either:

initstring commented 5 years ago

Fixed. Ended up swapping to lowercase and cleaning non RFC compliant characters out of all strings prior to DNS lookups.