Test each subdomain found to see if a s3 bucket exists with that name and tests it's permissions
1.8K
#Sub-s3
This tool will check for public S3 buckets using the names of domains / subdomains of the provided domain.
It uses a modified version of teh_s3_bucketeers by Tom de Vries https://github.com/tomdev/teh_s3_bucketeers it uses Plazmaz's Sublist3r to find the sub domains
Create an AWS account and set up your access tokens in ~./aws/credentials like this:
[default]
aws_access_key_id = <key>
aws_secret_access_key = <secret>
You can test multiple targets at the same time, use a space as a delimiter.
docker run it -e DOMAIN=domain.com -e AWS_ACC=aws_access_key_id -e AWS_SEC=aws_secret_access_key txt3rob/sub-s3
A result file named results-<target>-<timestamp>.txt will be created when an accessible bucket has been found.
Bug reports and pull requests are welcome on GitHub at https://github.com/random-robbie/docker-dump/tree/master/sub-s3
The gem is available as open source under the terms of the MIT License.
Content type
Image
Digest
Size
392.6 MB
Last updated
over 6 years ago
docker pull txt3rob/sub-s3