๐Ÿ‘ฟTenant Hunter (Azure specific)

Enumerate domains to Azure AD tenant

 sudo git clone https://github.com/axylisdead/TenantHunter.git
 cd TenantHunter
 sudo pip install -r requirements.txt
 sudo chmod +x tenanthunter.py
 sudo python3 tenanthunter.py -h
 sudo python3 tenanthunter.py -t target.com

Last updated