ADExplorerSnapshot.py
ADExplorerSnapshot.py copied to clipboard
Implement GPO / OU / Container support
The data is there probably so let's parse it :)
- [x] GPO support
- [x] OU support
- [x] Container support
- [ ] Preprocess all above for child object support
Refs:
- https://github.com/fox-it/BloodHound.py/compare/4e61b27..master#diff-e648a2af9ee22729b0e7e215d07cd8e7c30a940e4de538a05a2c110ba5c03f5eR392-R671
- https://github.com/fox-it/BloodHound.py/compare/4e61b27..master#diff-44bae03ab28369b028c112f29807ae2518b5a2eab0fcc7840837faf3bb5d718fR129-R138
- https://github.com/fox-it/BloodHound.py/compare/4e61b27..master#diff-44bae03ab28369b028c112f29807ae2518b5a2eab0fcc7840837faf3bb5d718fR155-R164
Initial support being implemented in feature branch: https://github.com/c3c/ADExplorerSnapshot.py/tree/feature/ous-gpos-containers Requires a preprocessor pass to construct a tree for child objects.