S3 Bucket Misconfiguration
S3 Bucket on misconfiguration and exploitation.
Today we are going to check s3 bucket security:
Install aws-cli and config aws credentials using the command:
Create a python script to list out the s3-buckets:
You'll get list of aws s3 buckets on your aws account.
Now, try to check out the s3 buckets manually with the given link:
If the s3 bucket is not misconfiguration, it will display all data with documents on the page.
If the s3 bucket is configured, it will show access denied to third party.
List out all files in the s3 bucket:
Download all s3 bucket files from s3 to localhost using awscli:
The goal of this testing is to prevent/secure the aws s3 bucket from the attacker. This will lead to very critical situation to any company if org data became leaked.
Last updated