Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BloodHoundAD/SharpHoundCommon
Common library used by SharpHound.
https://github.com/BloodHoundAD/SharpHoundCommon
Last synced: 22 days ago
JSON representation
Common library used by SharpHound.
- Host: GitHub
- URL: https://github.com/BloodHoundAD/SharpHoundCommon
- Owner: BloodHoundAD
- License: gpl-3.0
- Created: 2021-04-15T19:24:31.000Z (over 3 years ago)
- Default Branch: v3
- Last Pushed: 2024-05-22T14:56:17.000Z (7 months ago)
- Last Synced: 2024-05-22T16:00:45.542Z (7 months ago)
- Language: C#
- Size: 8.22 MB
- Stars: 69
- Watchers: 14
- Forks: 45
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - BloodHoundAD/SharpHoundCommon - Common library used by SharpHound. (C# #)
README
# SharpHoundCommon
Common library used by SharpHound.![GitHub Workflow Status](https://img.shields.io/github/workflow/status/BloodHoundAD/SharpHoundCommon/Build)
[![Version](https://img.shields.io/nuget/v/SharpHoundCommon?label=version&logo=nuget)](https://www.nuget.org/packages/SharpHoundCommon)
![Downloads](https://img.shields.io/nuget/dt/SharpHoundCommon)
[![Coverage](https://bloodhoundad.github.io/SharpHoundCommon/coverage/report/badge_combined.svg)](https://bloodhoundad.github.io/SharpHoundCommon/coverage/report/index.html)
[![Documentation](https://img.shields.io/static/v1?label=&message=documentation&color=blue)](https://bloodhoundad.github.io/SharpHoundCommon/index.html)## Prerequisites
* .NET Core 5.0
* Visual Studio 2019 Build Tools## Building
```
dotnet restore
dotnet build
```### Contributors
Check out the [CONTRIBUTING](./CONTRIBUTING.md) guide.