A simple script to solve the http://flaws.cloud lab by enumerating AWS S3 buckets.
-
Clone the repository
https://github.com/debanandsingha/aws_s3_enum.git cd aws_s3_enum -
Create virtual environment
python3 -m venv myenv
-
Activate the virtual environment
source myenv/bin/activate -
Install requirements
pip install -r requirements.txt
-
Run the script
python3 aws_s3_enum.py http://flaws.cloud