Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdev/teh_s3_bucketeers
https://github.com/tomdev/teh_s3_bucketeers
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomdev/teh_s3_bucketeers
- Owner: tomdev
- Created: 2017-05-30T17:10:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T18:16:44.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:43:02.733Z (4 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 270
- Watchers: 11
- Forks: 49
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - tomdev/teh_s3_bucketeers - (Shell)
README
# Teh S3 Bucketeers
## Installation
Install `awscli`:
```
apt install awscli
```Make sure you have AWS credentials set up, see Requirements.
Clone this repo and you're good to go:
```
git clone https://github.com/tomdev/teh_s3_bucketeers.git
```## Requirements
https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html#setup-credentials-setting
Create an AWS account and set up your access tokens in ~/.aws/credentials like this:
```name=~/.aws/credentials
[default]
aws_access_key_id =
aws_secret_access_key =
```## Usage
You can test multiple targets at the same time, use a space as a delimiter.
```
./bucketeer.sh
```A result file named `results--.txt` will be created when an accessible bucket has been found.
:warning: If you are using this tool for penetration testing you must get [prior approval from AWS](https://aws.amazon.com/security/penetration-testing/).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tomdev/teh_s3_bucketeers.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).