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)
$ enum_oblako --generate --name <target name> --rps 100It 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 100It supports two regions: ru and eu (or all if you want both):
$ enum_oblako --generate --name <target name> --region eu --rps 100$ 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