Pentesting Azure Active Directory
Unauthenticated Recon
User Email Enumeration
python3 onedrive_enum.py -U users.txt -d companyname.com -v Valid Email Enumeration
python3 o365creeper.py -e test@email.com
python3 o365creeper.py -f email-list.txt -o validated-out-file.txtCloud Enum
python3 cloud_enum.py -k tesla --disable-aws --disable-gcpPassword Spraying

Authenticated Recon

Enumerating with Powershell
Last updated