Azure Tools

Hacking 101 Pentest Tools
# Steps

# Install Python
# Install Azure CLI
# Clone the ScoutSuite github repository
$ git clone https://github.com/nccgroup/ScoutSuite
$ cd ScoutSuite
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python scout.py --help


# In a new Power Shell terminal, enter the following commands 
pip install azure-cli
az login

# In the system prompt, authenticate your Azure Subscription 
# and Navigate to the ScoutSuite folder
cd .\ScoutSuite

# Running ScoutSuite
python scout.py azure --cli

Leave a Reply

Your email address will not be published. Required fields are marked *