Table of Contents

Description
Cloud_Enum is a multi-cloud OSINT tool, in this case we are going to use it to enumerate Microsoft Azure
Requirements
- Company Name or domain
How to Use
1. Download the tool
- git clone https://github.com/initstring/cloud_enum.git

2. Install the necessary modules
- pip3 install -r requirements.txt

3. Display the menu
- python3 cloud_enum.py -h

4. Select the regions you want the search to apply
- vi enum_tools/azure_regions.py

Exploitation
1. Run the tool only for Azure
- python3 cloud_enum.py -k <company name> –disable-aws –disable-gcp

2. Set threads
- cloud_enum -k keyword -t 10