Skip to content

Group-IB/cloud_sherlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <name> --rps 100

Enum with prepared list (your bucketnames file):

$ python3 cloud_sherlock.py --buckets <buckets.txt> --name <test> --rps 100

To generate mutations with default buckets list

$ python3 cloud_sherlock.py --generate --name <name> --rps 100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages