EDD
EDD copied to clipboard
Enumerate Domain Data
Hello, You get DomainName parameter in line 22 for "GetDomainGroupSID" function. But I think it is wrong! https://github.com/FortyNorthSecurity/EDD/blob/82aa4da15adb29ea5f8a6bdb6833bf31ff5e54db/EDD/Functions/GetDomainGroupSid.cs#L22 According to the GetDomainGroupSID function definition this function expects GroupName not DomainName!...
You said in readme the GetSidData function return domain, group and users name from sid (GetSidData exists in both Forest/Domain Information and User Information). but it just work fine for...
Hi, This is a simple problem. You said in readme, the GetDomainSid function by default takes current domain if no domain is provided. But we should specify domain name for...
Refactored EDD to be a Dll EDDCli is the original EDD Added WPF Frontend for Simple usage of EDD - Runs each process as a thread, allowing for chained process...
Hi there Thank you for making EDD available, Would you please add an option to specify the Domain Controller? I understand it detects the domain from the machine, but sometimes...
According to your answer, getsiddata function in Forest/Domain Information has wrong definition.