ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory (Azure AD). It is widely used by both Red Team and Blue Team security professionals to assess, analyze, and secure Azure AD environments. ROADTools consists of two main components: ROADlib and ROADrecon.
ROADlib is the foundational library of ROADTools. It allows you to:
The database model in ROADlib is automatically generated based on the Azure AD internal API metadata, ensuring accurate and up-to-date mappings of Azure AD objects. ROADlib can be easily imported in Python using:
from roadtools.roadlib import X This library is fully compatible with Python 3.9 and above, leveraging modern asynchronous features for fast and efficient data processing.
ROADrecon is a dedicated tool for in-depth exploration of Azure AD environments. It provides insights that are valuable for both offensive security testing (Red Team) and defensive monitoring (Blue Team).
Key features:
The easiest method is using pip:
pip install roadrecon This command also adds the roadrecon CLI tool to your PATH, enabling quick command-line access.
For the latest development versions:
git clone https://github.com/dirkjanm/ROADtools.git
pip install -e roadlib/
pip install -e roadrecon/ This approach allows you to stay up-to-date with the latest features and fixes.
To customize the Angular front-end:
cd roadrecon/frontend/
npm install npm start npm run build You can access ROADTools directly from its official GitHub repository, where you’ll find the latest versions, documentation, and installation instructions:
Learning Without Walls Remote education has long been a lifeline for students in rural areas…
Have you ever come across a picture on the internet and wondered where it came…
Overview WhatsMyName is a free, community-driven OSINT tool designed to identify where a username exists…
Managing disk usage is a crucial task for Linux users and administrators alike. Understanding which…
Efficient disk space management is vital in Linux, especially for system administrators who manage servers…
Knowing how to check directory sizes in Linux is essential for managing disk space and…