Cloud_Enum
Multi-cloud enumeration tool for AWS, Azure, and GCP resources
Cloud & Assets8 commands
#cloud#enumeration#aws#azure#gcp
Installation
1Clone repository
2Install dependencies
3Verify installation
# Clone repository
git clone https://github.com/initstring/cloud_enum.git
cd cloud_enum
# Install dependencies
pip install -r requirements.txt
# Verify
python3 cloud_enum.py --helpBasic Usage
Enumerate cloud resources across AWS, Azure, and GCP
# Basic enumeration
python3 cloud_enum.py -k example
# Enumerate all providers
python3 cloud_enum.py -k example --aws --azure --gcp
# Use custom keyword list
python3 cloud_enum.py -k keyword -w wordlist.txt
# Check specific cloud
python3 cloud_enum.py -k example --gcp-only
# Log output to file
python3 cloud_enum.py -k example -l results.logCommand Reference
8 commands
1Base keyword(s) to enumerate
-k2Custom wordlist file
-w3Check AWS only
--aws4Check Azure only
--azure5Check GCP only
--gcp6Log file output
-l7Number of threads
-t8Request timeout in seconds
--timeoutWhen to Use
1
Discovering cloud resources of a target organization2
Cloud penetration testing engagement recon3
Finding misconfigured cloud storage and services4
Red team cloud asset discoveryNotes & Tips
1
Supports AWS (S3, CloudFront), Azure (Blob, Vaults), GCP (Storage, AppEngine)2
Multi-threaded for faster scanning3
Focuses on common naming patterns across cloud providersCommon Errors & Solutions
No results found
Try different keywords or use -w with a larger wordlist
Rate limited by provider
Reduce threads with -t flag and increase --timeout