Releases: blacklanternsecurity/offensive-azure
Releases · blacklanternsecurity/offensive-azure
v0.4.10
v0.4.9
- Changed versioning format from X.YYY to X.Y.Z
- Added new module to Azure_AD
get_groups
: Takes in an ms_graph or refresh token, outputs all groups and all available group properties from MS Graph API- Creates condensed/raw/bloodhound json files
Full Changelog: v0.048...v0.4.9
v0.048
- Finalized get_users Azure_AD module
- Pulls all available users from Tenant
- Pulls all supported user properties using Microsoft Graph API
- outputs to three data files, including BloodHound compatible azusers type file
- Finalized get_tenant Azure_AD module
- Pulls tenant id from passed in token
- Pulls tenant name (Federation Brand Name) from openid configurations (public)
- Outputs two data files, one text file and one BloodHound compatible aztenant type file
v0,046
v0.045 - Poetry Support
- With this release, poetry is now supported for the modules present.
- Once installed via poetry, each module may be ran by name:
poetry run device_code_easy_mode
poetry run token_juggle
poetry run outsider_recon
poetry run user_enum
- You may also run the modules as you have before by cloning the repository and executing the individual scripts