Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Group-IB/cloud_sherlock
https://github.com/Group-IB/cloud_sherlock
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Group-IB/cloud_sherlock
- Owner: Group-IB
- Created: 2023-05-18T10:55:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T10:58:36.000Z (over 1 year ago)
- Last Synced: 2024-08-03T21:02:23.336Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 24
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Offensive-OSINT-Tools - Cloud_sherlock
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 S3Cloud_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
```