-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for graph.microsoft.com #35
Comments
I may at some point, but the Microsoft graph has a completely different API schema, so the entire setup of the database/collection/api/frontend would have to change as well. |
Yes, I'm aware of my permission limitations. It would be cool if that was added. Using the occassion, can I somehow make roadrecon add new records to the existing database, rather than wiping it and starting from scratch during Is this even possible? |
Not without editing the code. You could comment out various tasks in gather.py and modify it to not wipe the database. Duplicate data will cause errors in that case though. |
➕ |
Yet another question (or maybe issue while running
roadrecon
) - sorry for being a bother! :)Are there any plans for adding support for
https://graph.microsoft.com
based enumeration?My use case is that I came in possession of access token scoped precisely for that client with
User.Read User.ReadBasic.All
scope and found that ROADtools are not able to help me pull data using this token.Ultimately I guess I need to poke around manually?
Regards,
Mariusz.
The text was updated successfully, but these errors were encountered: