Cloud 1 - Finding AWS Endpoint
Challenge Information
- Name: Cloud 1 - Finding AWS Endpoint
- Points: 50
- Category: Cloud
- Objective: Discover the AWS endpoint associated with the challenge and retrieve the flag.
Solution
Initial Exploration:
- Started by viewing the source code of the entry page (CTRL+U) in search of any AWS-related links or references.
- No relevant links were found.
Brute Forcing Directories:
- Attempted directory enumeration using
feroxbuster
to discover hidden paths but abandoned this method midway, recalling this was primarily an AWS-focused challenge.
- Attempted directory enumeration using
Identifying Login Page:
- Realized the presence of a
login.html
page, which led to further exploration.
- Realized the presence of a
Discovering AWS Endpoint:
- Within the
login.html
page, noticed a 404 error image that contained the AWS endpoint in its metadata.
- Within the
Retrieving the Flag:
- After obtaining the AWS endpoint, used the AWS CLI or a GUI tool to interact with the endpoint and extract the flag.
Commands (if using CLI):
|
|