Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Group-IB/cloud_sherlock


https://github.com/Group-IB/cloud_sherlock

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# cloud_sherlock

# Enum S3 buckets and SaaS

For now cloud_sherlock supports the following services:
- Slack
- Atlassian
- Salesforce
- Scaleway S3
- Exoscale S3
- OVHCloud S3
- Ionos S3
- Linode S3
- Vultr S3
- Digital Ocean S3

Cloud_sherlock can be run in two modes:
- Generate and enum (generate bucketnames for you based on company's name)
- Enum (run enumeration based on submitted namespaces' and buckets' files)

Generate:
```
$ python3 cloud_sherlock.py --generate --name --rps 100
```
Enum with prepared list (your bucketnames file):
```
$ python3 cloud_sherlock.py --buckets --name --rps 100
```
To generate mutations with default buckets list
```
$ python3 cloud_sherlock.py --generate --name --rps 100
```