initstring / cloud_enum

Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS S3 bucket checks not working

Zoudo opened this issue · comments

I assess the AWS S3 bucket checks are not working. Anyone able to validate?

Can you clarify what isn't working?

Are you seeing errors?

Can you share the keyword you are using?

See for example, it doesnt show any sign of bruteforcing the s3 buckets, it looks like it skips to AWS Apps.

+++++++++++++++++++++++++
amazon checks
++++++++++++++++++++++++++

[+] Checking for S3 buckets

Elapsed time: 00:02:12

[+] Checking for AWS Apps
[*] Brute-forcing a list of 1837 possible DNS names
AWS App Found:: https://production.awsapps.com
AWS App Found:: https://productionanalytics.awsapps.com
AWS App Found:: https://awsproduction.awsapps.com
AWS App Found:: https://aws-production.awsapps.com

I have found the underlying cause, a pathless query to an S3 will always return unknown bucket, I made a minor fix to the code to fix this issue:
#72

I hope that the maintainer is still around to merge this in

I created a fork and have added more stuff to it, like JSON based log output