Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janmasarik/bucketsperm
https://github.com/janmasarik/bucketsperm
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janmasarik/bucketsperm
- Owner: janmasarik
- Created: 2019-04-13T19:05:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:23:46.000Z (about 2 years ago)
- Last Synced: 2024-08-05T17:38:25.447Z (4 months ago)
- Language: Python
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - janmasarik/bucketsperm - (Python)
README
# low-hanging
`bucketsperm` aims to be an unified bucket permission checker for all available providers.It *doesn't* aim to be an enumerator, there are tools which are faster and better for it (like `massdns`, `wfuzz` or `gobuster`).
Provide a list of buckets and optionally a namespace to be used with Oracle and Azure buckets.
## Usage
```bash
$ docker run s14ve/bucketsperm --help
Usage: bucketsperm [OPTIONS]Options:
-i, --input TEXT Path to file with list of domains/IPs separated by
newline.
-s, --single TEXT Check a single bucket name
-o, --output TEXT Output files to file in json format.
-t, --threads INTEGER Number of threads with which you want to run.
-n, --namespace TEXT Namespace used for Oracle namespace and Azure account
name. Defaults to bucket name.
-v, --verbosity LVL Either CRITICAL, ERROR, WARNING, INFO or DEBUG
--help Show this message and exit.
```## Supported providers
Please see `bucketsperm/modules/*` for list of available modules.