A Python port of the original lazys3 tool to enumerate AWS S3 buckets using different permutations, originally created by @NahamSec. It utilizes the asyncio and aiohttp libraries to handle multiple high concurrency requests with great efficiency.
Bruteforce AWS s3 buckets using different permutations
positional arguments:
target which target to scan
optional arguments:
-h, --help show this help message and exit
-p PREFIXES, --prefixes PREFIXES
prefixes file to use (default:
lists/common_bucket_prefixes.txt)
-l LIMIT, --limit LIMIT
rate limit the http requests (default: 100)
-u USER_AGENT, --user-agent USER_AGENT
which user agent to use when sending requests
(default: aiohttp client 0.17)