A Ruby script to bruteforce for AWS s3 buckets using different permutations.
$ ruby lazys3.rb <COMPANY>
You must move this file common_bucket_prefixes.txt
to ~/
It's easy to do
- git clone https://github.com/xElkomy/lazys3
- move the lazys3 to user dir
~/
mv lazys3 ~/
- cd lazys3
cp common_bucket_prefixes.txt ~/
done