> cat /dev/github | grep security-tools
discovered 03 Aug 2026

S3Scanner

via awesome-list
→ View on GitHub
S3Scanner is a tool designed to identify unsecured Amazon S3 buckets and extract their contents. It consists of two main components: `s3finder.py`, which checks a list of domain names for S3 hosting and outputs the discovered domains with their regions, and `s3dumper.sh`, which dumps contents from publicly readable buckets based on the previous output. Notable features include compatibility with Python 2.7 and 3.6, along with the requirement of the AWS CLI for the dumping process.