Scroll to navigation

cloud_enum(1) Multi-cloud open source intelligence tool cloud_enum(1)

NAME

cloud_enum - enumerates public resources matching user requested keyword

SYNOPSIS

cloud_enum [OPTIONS] [ARGS] ...

DESCRIPTION

Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud. Currently enumerates the following:


Amazon Web Services:
Open / Protected S3 Buckets
awsapps (WorkMail, WorkDocs, Connect, etc.)
Microsoft Azure:
Storage Accounts
Open Blob Storage Containers
Hosted Databases
Virtual Machines
Web Apps
Google Cloud Platform
Open / Protected GCP Buckets
Open / Protected Firebase Realtime Databases
Google App Engine sites
Cloud Functions (enumerates project/regions with existing functions, then brute forces actual function names)

OPTIONS

Show this help message and exit.
Keyword. Can use argument multiple times.
Input file with a single keyword per line.
Mutations. Default: /usr/lib/cloud-enum/enum_tools/fuzz.txt.
List to brute-force Azure container names. Default: /usr/lib/cloud-enum/enum_tools/fuzz.txt.
Threads for HTTP brute-force. Default = 5.
DNS server to use in brute-force.
Will APPEND found items to specified file.
Disable Amazon checks.
Disable Azure checks.
Disable Google checks.
Disable all mutations and second-level scan.

EXAMPLES

cloud_enum -k keyword

cloud_enum -k keyword -t 10

cloud_enum -k somecompany -k somecompany.io -k blockchaindoohickey

AUTHOR

Written by initstring <initstring@protonmail.com>

This manual page was written by Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com> for the Debian project (but may be used by others).

07 Feb 2022 cloud_enum-0.6