Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.71 KB

File metadata and controls

60 lines (44 loc) · 1.71 KB

gxc-SharpHound

My own custom SharpHoundAD kit and extension, SharpHoundAD.

Compile Instructions

dotnet restore.
dotnet build

Requirements

SharpHound is designed targeting .Net 4.6.2. SharpHoundAD must be run from the context of a domain user, either directly through a logon or through another method such as RUNAS.

Get BreedHound

The latest build of BreedHound will always be found here.

To determine the SharpHoundAD version compatible with a deployed BloodHound CE and BlackMarlinExec instance, login to BloodHound CE's web UI and click on ⚙️ (Settings) → Download Collectors. Then, click either the "Download SharpHoundAD" button in the user interface or use the displayed SharpHoundAD version to download the appropriate release binary. Alternatively, compile a BreedHound binary from the corresponding release commit.

Feature Update

More !
src/
│
└── Client
   ├── context.cs ✔              
   ├── enums.cs ✔
   ├── flags.cs ✔
   ├── links.cs ✔
   ├── vulnscan.cs ✔   
   |
   └─── RES
       ├── harpoon.cpp ✔
       ├── harpoon.hpp ✔
       └── utils.cpp 
       |
       |
       └─── NET
            ├── client.cs ✔
            ├── dos.cs
            ├── example.sln ✔
            └─── pwn.cs
            

sharphound.csproj future update

note: nothing now