In this challenge, you will learn about AWS Secrets Manager and how poor IAM configurations can expose sensitive secrets.
AWS Secrets Manager stores sensitive information like passwords, API keys, and flags.
Proper IAM controls are required to restrict who can access these secrets.
- Misconfigured IAM roles can allow unintended users to read secrets
- Exposed secrets can lead to further compromise
- Attackers can list and retrieve secrets via the AWS CLI
Find and retrieve the flag stored in Secrets Manager.
Flag format:
fsecss{...}
- Always use
--endpoint-url=http://localhost:4566for LocalStack.