项目作者: Den1al

项目描述 :
Enumerate AWS S3 buckets using different permutations
高级语言: Python
项目地址: git://github.com/Den1al/PyLazyS3.git
创建时间: 2018-06-27T14:44:20Z
项目社区:https://github.com/Den1al/PyLazyS3

开源协议:

下载


PyLazyS3

About

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.

Installation

After cloning the repository and navigating to the created folder, simply run:

  1. pip install -r requirements.txt

Usage

  1. den1al@lab:~/Python/PyLazyS3| ⟪🐍 lazys3-env master
  2. python lazys3.py --help
  3. _____ _ _____ ____
  4. | __ \ | | / ____|___ \
  5. | |__) | _| | __ _ _____ _| (___ __) |
  6. | ___/ | | | | / _` |_ / | | |\___ \ |__ <
  7. | | | |_| | |___| (_| |/ /| |_| |____) |___) |
  8. |_| \__, |______\__,_/___|\__, |_____/|____/
  9. __/ | __/ |
  10. |___/ @Daniel_Abeles |___/
  11. usage: lazys3.py [-h] [-p PREFIXES] [-l LIMIT] [-u USER_AGENT] target
  12. Bruteforce AWS s3 buckets using different permutations
  13. positional arguments:
  14. target which target to scan
  15. optional arguments:
  16. -h, --help show this help message and exit
  17. -p PREFIXES, --prefixes PREFIXES
  18. prefixes file to use (default:
  19. lists/common_bucket_prefixes.txt)
  20. -l LIMIT, --limit LIMIT
  21. rate limit the http requests (default: 100)
  22. -u USER_AGENT, --user-agent USER_AGENT
  23. which user agent to use when sending requests
  24. (default: aiohttp client 0.17)

Feature Requests

Any feature requests are more then welcome, please create an issue containing all relevant information.

Credits