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

Logging #11

Closed initstring closed 4 years ago

initstring commented 4 years ago

Need to implement logging. Currently, using something like tee to manually create logs is workable, but all the sys.stdout.write / flush / unicode color escapes make re-reading those logs a bit messy.

Probably will log only found items.

initstring commented 4 years ago

Implemented in logging branch. Will test for a while and merge into main. It's not perfect, but I think it is good enough for prod at this time.