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

Make mutations optional #34

Closed tedmdelacruz closed 3 years ago

tedmdelacruz commented 3 years ago

Make -m flag optional. I think it's useful to allow this to be empty for quick scans.

initstring commented 3 years ago

Hi @tedmdelacruz

Thanks so much for the PR! Sorry it took a bit to respond. I'm going to take a look at this next week. Seems like a great idea. I wonder if it should still be the default to mutate though, and instead allow a flag to not mutate. I'll have to think about it for a bit.

initstring commented 3 years ago

Sorry for the delay!

I love the idea but wanted to implement it in a slightly different fashion. There is a new -qs quickscan flag in a PR here: https://github.com/initstring/cloud_enum/pull/35

Closing this in favor of that.

Thank you for the idea and inspiration!