ADExplorerSnapshot.py icon indicating copy to clipboard operation
ADExplorerSnapshot.py copied to clipboard

Implement GPO / OU / Container support

Open c3c opened this issue 2 years ago • 1 comments

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

c3c avatar May 20 '23 22:05 c3c

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.

c3c avatar May 21 '23 15:05 c3c