We created our own analytics system specifically for this challenge. We think it's so good that we even used it on this page. What could go wrong?
Join our queue and get the secret flag.
查看提示获取本关的IAM策略如下:
AWS.config.credentials = new AWS.CognitoIdentityCredentials({IdentityPoolId: "us-east-1:b73cb2d2-0d00-4e77-8e80-f99d9c13da3b"});
复制代码
获取到identity_pool_id通过脚本再获取AK密钥进行配置:
由于当前云终端权限限制的问题,改用本地进行配置及后续操作:
aws configure
aws configure set aws_access_key_id
aws configure set aws_secret_access_key
aws configure set aws_session_token ""
复制代码
获取到Flag如下:
{wiz:incognito-is-always-suspicious}
复制代码
Challenge6:
One final push
Anonymous access no more. Let's see what can you do now.
Now try it with the authenticated role: arn:aws:iam::092297851374:role/Cognito_s3accessAuth_Role
查看提示并获取本关的IAM策略如下: