> For the complete documentation index, see [llms.txt](https://raffadndm.gitbook.io/hacktrain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raffadndm.gitbook.io/hacktrain/tools/roadmfa.md).

# RoadMFA

Parser of [Roadrecon](https://github.com/dirkjanm/ROADtools), available [here](https://github.com/RaffaDNDM/RoadMFA), that identifies all the users with enabled MFA. The script will produce two files:

* `results_users.csv` with all the users with information about enabled/disabled MFA
* `results_roles.csv` with all the users with information about enabled/disabled MFA organized by role

## Installation

```bash
pip install -r requirements.txt
```

## Execution

Run the following command:

```bash
python road_mfa.py
```

Then, when the application prompts the information, insert the URL of your running Roadrecon server.
