BloodHoundAD / SharpHound2

The Old BloodHound C# Ingestor (Deprecated)
509 stars 113 forks source link

Finding cross-domain GPOs #80

Open pkb1s opened 5 years ago

pkb1s commented 5 years ago

The code has been modified to be able to gather linked GPOs that are configured in a different domain.

Specifically, the BuildGpoCache method was modified to cache GPOs not only from the current domain and the GPO name is given based on the value of the gPLink attribute instead of the current domain name. The same changes were implemented for both Domain and OU enumeration.