Hi, first of all, thanks again for this cool project! I just cross-referenced the supported MS-DRSR calls against what I am currently using, and these seem to be the gaps:
IDL_DRSCrackNames - Useful for doing lookup of accounts to be replicated in a subsequent call, e.g., by UPN or SamAccountName.
IDL_DRSWriteNgcKey - Provides an alternative way of doing the shadow credentials attack.
IDL_DRSAddSidHistory - One practical use is intra-domain SID history cloning, which is not even exposed through the corresponding WIN32 API.
IDL_DRSGetReplInfo - Exposes replication metadata, cursors, failures, etc. Useful for replication troubleshooting. Seems to be the hardest one to implement, because of the complex union of structures it returns.
Hi, first of all, thanks again for this cool project! I just cross-referenced the supported MS-DRSR calls against what I am currently using, and these seem to be the gaps:
IDL_DRSCrackNames- Useful for doing lookup of accounts to be replicated in a subsequent call, e.g., by UPN or SamAccountName.IDL_DRSWriteNgcKey- Provides an alternative way of doing the shadow credentials attack.IDL_DRSAddSidHistory- One practical use is intra-domain SID history cloning, which is not even exposed through the corresponding WIN32 API.IDL_DRSGetReplInfo- Exposes replication metadata, cursors, failures, etc. Useful for replication troubleshooting. Seems to be the hardest one to implement, because of the complex union of structures it returns.