Visit Website

This tests a list of s3 buckets to see if they have dir listings enabled or if they are uploadable. This tool is designed to test the security of AWS S3 buckets by checking if they have directory listings enabled or if they are uploadable. It's a simple Python script that uses the Boto3 library to interact with the S3 API. You can use it to scan a list of S3 buckets and get a report on which ones have directory listings enabled or are uploadable.

ALTERNATIVES