ROADTools
wouldn't toad tools be so much better?
RoadRecon (https://github.com/dirkjanm/ROADtools) is a tool for enumerating Entra ID environments! RoadRecon uses a different version '1.61-internal' of AADGraph API that provides more information. numeration using RoadRecon includes three steps
Authentication
Data Gathering
Data Exploration
roadrecon supports username/password, access and refresh tokens, device code flow (sign-in from another device) and PRT cookie.
Once authentication is done, use the below command to gather data (ignore the errors)
Use roadrecon GUI to analyse the gathered information (starts a web server on port 5000)
Note that it is possible to enumerate Conditional Access Policies as a normal user using RoadRecon. This is due to the “internal-1.61” AAD Graph API version.
Use the below command from virtual environment after authenticating as test user:
Open caps.html (from C:\AzAD\Tools\ROADTools)to find Conditional Access Policies in the target environment:
Last updated