Releases: h4wkst3r/ADOKit
Releases · h4wkst3r/ADOKit
v1.4
New module from @RalphDesmangles:
Adds a new recon module, listorgs, enabling operators to enumerate Azure DevOps organizations using a valid access token. The module supports two modes:
- Default Mode: Lists only the organizations the provided access token has direct access to.
- AAD Mode (
/mode:aad): Enumerates all organizations within the Azure AD tenant.- Operators can override the default AEX endpoint by specifying
/endpoint:ENDPOINT_NAME.
- Operators can override the default AEX endpoint by specifying
This module enhances situational awareness when an operator obtains a valid token (e.g., from a beacon or phishing scenario) but lacks visibility into the organizations linked to it.
v1.3
-
Bug Fixes and Quality of Life Improvements
- Updated authentication detection to differentiate between Azure access tokens and User Authentication cookie
- Bug fix for authenticating with User Authentication cookie after Microsoft made updates to authentication
- Added pipeline name to
getpipelinevarsandgetpipelinesecretsmodules
-
New Modules from @h4wkst3r and @nheiniger
listteamsearchteamgetteammembersgetbuildlogslistbuildlogssearchbuildlogscreds
v1.2
New getvariablegroups module from @nheiniger
v1.1
Bug fixes from @blacktraffic and @chryzsh .
- @chryzsh - Bug in
whoamimodule - @blacktraffic - Add more error checking, added use of continuation token for users and groups, added additional checks for user and group validation.