Skip to content

Improved Domain Info Scripts: Now with RBAC Details and Error Fix #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

xybytes
Copy link
Contributor

@xybytes xybytes commented Apr 8, 2025

Hi,

I've added new fields to the scripts Get-AzDomainInfo.ps1 and Get-AzureADDomainInfo.ps1.

  • In Get-AzDomainInfo.ps1, I've included RBAC assignments for users and groups, along with the corresponding resources.

Az_RBAC

  • In Get-AzureADDomainInfo.ps1, I've added two new columns to the AzureAD_Users file: Directory Role and Groups they belong to.

AzureAD

I often need this information during penetration testing, so I implemented these features to streamline the process. I also fixed a small error that occurred when using Invoke-WebRequest to check if the blob is public accessible.

error

xybytes added 4 commits April 5, 2025 19:47
remove error for not public blob
Improve user enumeration functionality by adding user roles and group memberships.
Identify RBAC assignments for users and groups, along with their corresponding resources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant