SharpHound
SharpHound copied to clipboard
C# Data Collector for BloodHound
What changed: Using the built in $PSBoundParameters dynamically enumerate over the flags provided. Why: In doing so it prevents numerous conditional if statements, in conjunction with that allows for future...
I have an issue with data collection from an active directory that actually has 200k accounts. The collection of data is running for long time (more than 3 days), though...
I have attempted the dconly option with multiple versions of sharphound, including the rolling version. All of them give the error below. I can ping and access the LDAP ports...
Hi, we run SharpHound and it times out after 3000 sometimes 4000 users. We tried the latest two releases and also the rolling release, same behaviour: `2022-04-22T10:20:40.8650782+02:00|INFORMATION|Resolved Collection Methods: Group,...
On the README, the `--collectallproperties` flag claims to "Collect all LDAP properties from objects"; however, this does not actually appear to be the case. Test Scenario: * Create a new...
Using the latest version of Sharphound + Bloodhound GUI I've noticed that importing new session loop data removes owned flags from User objects (and potentially computer objects too). The session...
I ran into an issue where I specified an output directory (it exists), but for some reason when sharphound ran, it gave an "Illegal Characters in Path" error and died....
**Description:** I executed SharpHound.exe (Version 2.0.0) on a none-domain-joined machine and provided the target domain, domain controller and ldap credentials via arguments. I expected that all required login attempts to...
This small PR addresses #44. If `--LDAPUsername` is utilized and `--LDAPPassword` is not, a password can be entered dynamically. Example: ``` SharpHound.exe --ldapusername myuser 2023-06-25T19:02:39.8096739-07:00|INFORMATION|This version of SharpHound is compatible...
I am not sure if I missing something, but it seems that the user name value is not a true representation of what is in AD and that the value...