B0TAxy
B0TAxy
### Description This merge request introduces an initial implementation of an NTDS.dit Plugin. The parser can parse and decrypt secret records (e.g., user hashes, supplemental credentials) from an Active Directory...
NTDS.dit parser that supports: parsing and decrypting secret records (user hashes, supplemental credentials). Remaining work includes: Implement parsing for all record types (groups, ACLs, domain objects, etc.). Add BloodHound-compatible JSON...
### Description This MR introduces a new test to ensure all TargetRecordDescriptor instances have unique names across all plugins, and fixes a duplicate record name discovered by the test. ###...