.\" Text automatically generated by txt2man .TH cloud_enum 1 "07 Feb 2022" "cloud_enum-0.6" "Multi-cloud open source intelligence tool" .SH NAME \fBcloud_enum \fP- enumerates public resources matching user requested keyword \fB .SH SYNOPSIS .nf .fam C cloud_enum [OPTIONS] [ARGS] \.\.\. .fam T .fi .fam T .fi .SH DESCRIPTION Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and Google Cloud. Currently enumerates the following: .PP .nf .fam C 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) .fam T .fi .SH OPTIONS .TP .B \fB-h\fP, \fB--help\fP Show this help message and exit. .TP .B \fB-k\fP KEYWORD, \fB--keyword\fP KEYWORD Keyword. Can use argument multiple times. .TP .B \fB-kf\fP KEYFILE, \fB--keyfile\fP KEYFILE Input file with a single keyword per line. .TP .B \fB-m\fP MUTATIONS, \fB--mutations\fP MUTATIONS Mutations. Default: /usr/lib/cloud-enum/enum_tools/fuzz.txt. .TP .B \fB-b\fP BRUTE, \fB--brute\fP BRUTE List to brute-force Azure container names. Default: /usr/lib/cloud-enum/enum_tools/fuzz.txt. .TP .B \fB-t\fP THREADS, \fB--threads\fP THREADS Threads for HTTP brute-force. Default = 5. .TP .B \fB-ns\fP NAMESERVER, \fB--nameserver\fP NAMESERVER DNS server to use in brute-force. .TP .B \fB-l\fP LOGFILE, \fB--logfile\fP LOGFILE Will APPEND found items to specified file. .TP .B \fB--disable-aws\fP Disable Amazon checks. .TP .B \fB--disable-azure\fP Disable Azure checks. .TP .B \fB--disable-gcp\fP Disable Google checks. .TP .B \fB-qs\fP, \fB--quickscan\fP Disable all mutations and second-level scan. .SH EXAMPLES cloud_enum \fB-k\fP keyword .PP cloud_enum \fB-k\fP keyword \fB-t\fP 10 .PP cloud_enum \fB-k\fP somecompany \fB-k\fP somecompany.io \fB-k\fP blockchaindoohickey .SH AUTHOR Written by initstring .PP This manual page was written by Guilherme de Paula Xavier Segundo for the Debian project (but may be used by others).