Rapid7 Vulnerability & Exploit Database

Microsoft Azure Active Directory Login Enumeration

Back to Search

Microsoft Azure Active Directory Login Enumeration

Created
11/17/2021

Description

This module enumerates valid usernames and passwords against a Microsoft Azure Active Directory domain by utilizing a flaw in how SSO authenticates.

Author(s)

  • Matthew Dunn - k0pak4

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/http/azure_ad_login
msf auxiliary(azure_ad_login) > show actions
    ...actions...
msf auxiliary(azure_ad_login) > set ACTION < action-name >
msf auxiliary(azure_ad_login) > show options
    ...show and set options...
msf auxiliary(azure_ad_login) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;