Pentesting Azure Active Directory
Unauthenticated Recon
User Email Enumeration
If the output urls gave us 404 File Not Found
, that mean it's a bad/invalid users or
If it redirect to sigin page, that mean it's a valid user account.
Valid Email Enumeration
Cloud Enum
Password Spraying
Authenticated Recon
First, we need to install Azure Az powershell module
Connect Azure account with Connect-AzAccount
Enumerating with Powershell
Continues...
Last updated