Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamthefrogy/bucketbunny
AWS S3 open bucket poc automated script.
https://github.com/iamthefrogy/bucketbunny
Last synced: 22 days ago
JSON representation
AWS S3 open bucket poc automated script.
- Host: GitHub
- URL: https://github.com/iamthefrogy/bucketbunny
- Owner: iamthefrogy
- Created: 2021-02-25T21:19:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T10:45:19.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:45:43.316Z (4 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 55
- Watchers: 7
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - iamthefrogy/bucketbunny - AWS S3 open bucket poc automated script. (Shell)
README
# Bucketbunny - Automation for open s3 bucket pocs for pentest/bugbounty/red-teamings
![](https://visitor-badge.glitch.me/badge?page_id=iamthefrogy.bucketbunny)
This is a simple bash script to automate a number of tasks for the open s3 bucket pocs.
+ **Logic**
+ **Installation**
```sh
git clone https://github.com/iamthefrogy/bucketbunny.git
cd bucketbunny
chmod +x bucketbunny.sh
```
+ **Usage**
```sh
./bucketbunny.sh s3_bucket_name
```
**TODO**
- ✅ ~~List bucket files~~
- ✅ ~~Upload file to bucket and verify~~
- ✅ ~~Delete file from bucket and verify~~
- ✅ ~~If bucket is not writable, provide custom error message~~
- ✅ ~~If bucket is not readable, provide custom error message~~
- ✅ ~~If no bucket found, provide custome error message~~Warning/Disclaimer: Read the detailed disclaimer at my blog - https://github.com/iamthefrogy/Disclaimer-Warning/blob/main/README.md