RoadMFA

Parser of Roadreconarrow-up-right, available herearrow-up-right, 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

pip install -r requirements.txt

Execution

Run the following command:

python road_mfa.py

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

Last updated