SharpHoundCommon icon indicating copy to clipboard operation
SharpHoundCommon copied to clipboard

Common library used by SharpHound.

Results 32 SharpHoundCommon issues
Sort by recently updated
recently updated
newest added

With this PR, the GptTmpl.inf file is parsed more in depth, to extract: - MinimumPasswordAge - MaximumPasswordAge - MinimumPasswordLength - PasswordComplexity - PasswordHistorySize - ClearTextPassword - RequiresServerSMBSigning - EnablesServerSMBSigning -...

## Description See BUG #70 ## Motivation and Context Properly make the "AddSelf" edge ## How Has This Been Tested? Tested on a OU that has the AddSelf edge is...

https://book.hacktricks.xyz/windows-hardening/active-directory-methodology/acl-persistence-abuse#self-self-membership-on-group Self (Self-Membership) - ability to add yourself to a group In Security Settings: Permission: Add/remove self as member Permission: All validated writes This could be hidden privilege as a...

Hi, I was wondering if there's any chance SharpHoundCommon (and ultimately SharpHound) could target .NET Standard 2.0 instead of 4.6.2? It would allow the library and executable to be compiled...

Collecting RODC attributes and ACEs related to RODC abuses. Here is the computers file generated including an example of a RODC and some other computers. [20230222102129_computers.txt](https://github.com/BloodHoundAD/SharpHoundCommon/files/10807299/20230222102129_computers.txt) SharpHound PR: https://github.com/BloodHoundAD/SharpHound/pull/41

This exception occurred during DCOnly collection: ``` 2022-11-21T13:50:51.0367367-05:00|INFORMATION|LDAP channel closed, waiting for consumers 2022-11-21T13:50:52.8803968-05:00|ERROR|error in consumer System.NullReferenceException: Object reference not set to an instance of an object. at SharpHoundCommonLib.Processors.GPOLocalGroupProcessor.d__13.MoveNext() at...

## Description Collection of enterpriseCA setting RoleSeparationEnabled Ticket: BED-4351 ## Motivation and Context If this setting is enabled, you cannot perform any CA actions if you have both ManageCA and...

## Description This pull request adds the collection of two ACLs related to Organizational Units: **GenericWrite** and **Manage Group Policy Links**. The motivation behind the pull request is described in...

blocked

Similar to https://github.com/BloodHoundAD/SharpHound3/pull/47 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...

## Description Refactoring LDAPPropertyProcessor to provide constraints and prepare for more granular testing. Note that this expands upon the changes made for ESC6. ## Motivation and Context The goal is...