-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathrun.sh
More file actions
executable file
·18 lines (18 loc) · 821 Bytes
/
run.sh
File metadata and controls
executable file
·18 lines (18 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
#Bucky is AWS S3 bucket discovery tool developed by https://twitter.com/smaranchand
#Bucky Backend Engine automatically takes input from Bucky addon and check for misconfiguration.
#Download Bucky aaddon from https://addons.mozilla.org/en-US/firefox/addon/bucky/
#No changes done.
echo "
____ _ __ ___
| _ \ | | /_ | / _ \
| |_) |_ _ ___| | ___ _ __ _| || | | |
| _ <| | | |/ __| |/ / | | | \ \ / / || | | |
| |_) | |_| | (__| <| |_| | \ V /| || |_| |
|____/ \__,_|\___|_|\_\\__, | \_/ |_(_)___/
__/ |
|___/
An automatic tool to find misconfigured AWS S3 buckets.
Developed by : https://twitter.com/smaranchand
";
php -S 127.0.0.1:13337