Skip to content
 
 

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enum_oblako

S3/SAAS enumerator

Static Badge Static Badge

Install Documentation Usage

Enum S3 buckets and SaaS

For now enum_oblako supports following services:

  • Slack
  • Atlassian
  • Salesforce
  • Yandex Gitlab
  • Yandex Website
  • Yandex Cloud S3
  • VK Cloud S3
  • Croc Cloud S3
  • Selectel Cloud S3
  • MTS Cloud S3
  • Sbercloud S3
  • Scaleway S3
  • Exoscale S3
  • OVHCloud S3
  • Ionos S3
  • Linode S3
  • Vultr S3
  • Digital Ocean S3

Enum_oblako can be run in two modes:

  • Generate and enum (generate namespaces and bucketnames for you based on company's name)
  • Enum (run enumeration based on submitted namespaces' and buckets' files)

Usage

$ enum_oblako --generate --name <target name> --rps 100

It generates a list of mutations based on the target's name and the wordlists (namespaces.txt, buckets.txt).

You can also supply you own wordlists:

$ enum_oblako --namespaces my_namespaces.txt --buckets my_buckets.txt --name <target name> --rps 100

It supports two regions: ru and eu (or all if you want both):

$ enum_oblako --generate --name <target name> --region eu --rps 100

Installation

$ git clone https://github.com/lisp3r/enum_oblako.git
$ cd enum_oblako
~/enum_oblako $ python -m venv .venv
~/enum_oblako $ source .venv/bin/activate
~/enum_oblako $ pip install -r requirements.txt
~/enum_oblako $ python enum_oblako.py --help

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages