1. Perform Reconnaissance on Azure
As an ethical hacker, you need to know how to utilize PowerShell command-based scripting tools for conducting reconnaissance and gathering information.
Last updated
Install-Module AADInternalsImport-Module AADInternalsInvoke-AADIntReconAsOutsider -DomainName company.com | Format-table Invoke-AADIntUserEnumerationAsOutsider -UserName [email protected]Get-Content .\users.txt | Invoke-AADIntUserEnumerationAsOutsider -Method NormalGet-AADIntLoginInformation -Domain company.comGet-AADIntLoginInformation -Domain user@company Get-AADIntTenantID -Domain company.comGet-AADIntTenantDomains -Domain company.com