Unknown Storage
In the past, the default S3 permissions were weak and S3 buckets would be publicly accessible but AWS changed this to block public access by default.
Once we have an s3 bucket, we can check if it’s publicly accessible by browsing to the URL. The format of the URL is:
bucketname.s3.amazonaws.com
McSkidy's only starting point is a single bucket name: advent-bucket-one
advent-bucket-one.s3.amazonaws.com
Task
- What is the name of the file you found?
employee_names.txt --via http://advent-bucket-one.s3.amazonaws.com - What is in the file?
mcchef --via http://advent-bucket-one.s3.amazonaws.com/employee_names.txt