SharpHound3 icon indicating copy to clipboard operation
SharpHound3 copied to clipboard

C# Data Collector for the BloodHound Project, Version 3

Results 18 SharpHound3 issues
Sort by recently updated
recently updated
newest added

If GPO object forces LmCompatibilityLevel to be less than 3, then the computers it will be applied on will use NTLMv1 when authenticating. This information seems very useful from an...

Remove unwanted filter on OU/Domain object. This filter should only be used on GPC objects

Added the raw value for the UAC flag in the user's object for extensibility (The field is called "uac" and value si the integer value to keep it more compact...

Adds the option to use MemoryStreams to store the JSON, which are used as pseudo-files during the zipping process (`--MemoryOnlyJSON`). This avoids needing to drop the JSON files to disk....

Added exception handling for a System.FormatException that occurs when a property looks like a timestamp (ends with 0Z) but isn't actually a timestamp This is fixed via a try catch...

We had some problems with an IPv6-only environment. The implementations currently used, were not able to use ipv6, so we made them use the ipv6 implementations and enabled dual stack...

Adds the necessary logic to collect the "Add/Remove Self as Member" ACE as seen in [1]. This additional ACE collection means that we can add the "AddSelf" edge to the...

10 characters passwords are thought to be copy-pasted in the same way as 20 character ones. Since the usage is only relevant as an export function it implies no change...