Skip to content

Azure cloudgazer: collect and scan your Azure resources

Notifications You must be signed in to change notification settings

nsmfoo/azure-cloudgazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About:

This script allows you to collect external IPs and URL's (webapp) from any Azure subscriptions that you have access to.

The information is saved to files, so you can use the data in other tools if you fancy.

But the script also allows you to scan the resources using the data collected

Install:

Install azure cli (az)

pip3 install -r requirements.txt

Usage:

azure_cloudgazer.py [-h] [-ip] [-url] [-scan] [-waf] [-ports]

Examples:

Collect all external IPs

python3 azure_cloudgazer.py -ip

Crawls all collected URL and retrives title and error status codes

python3 azure_cloudgazer.py -url -scan

FAQ:

Q: Why did you not use the python azure-cli module? Instead of wrapping az?!

A: Next question!

About

Azure cloudgazer: collect and scan your Azure resources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages