BloodHound 2.0
This is a major feature release for BloodHound, introducing several new features, optimizations, and bugfixes. For a full changelog, see the blog post at https://blog.cptjesus.com/posts/bloodhound20
OLD DATABASES WILL NOT BE FULLY COMPATIBLE WITH BLOODHOUND 2.0
Changelog
User Interface
- Added 4 new edges - ExecuteDCOM, CanRDP, AllowedToDelegate, ReadLAPSPassword
- Rewrote ingestion logic to support new JSON
- Added Drag and Drop Ingestion Support
- Added new properties on nodes
- Added the ability to add Edges and Nodes from the UI
- Added the ability to delete Edges and Nodes from the UI
- Added the ability to modify Nodes in the UI
- Added attack primitive help text
- Added High Value/Owned Designators to Nodes (Original idea by @porterhau5)
- Added Notes + Pictures to Nodes
- Added a beta dark mode (Original idea by @sadprocessor)
- Added right click context menu to edges + empty graph space
- Optimized a few queries
- New Loading Gif (Credit to Elizabeth Ostasiewski)
- Fixed some bugs in ingestion logic (Thanks @_dirkjan)
SharpHound
- Rewrote output to JSON
- Merged LDAP queries to improve performance
- Cached LDAP connections to improve performance (Credit to @Meatballs__)
- Added DCOnly Collection Method
- Added ACL collection for computers
- Defaulted output to Zip, added EncryptZip, ZipFileName, RandomFilenames, NoZip parameters
- Made all node properties lower case
- Fixed issues with Global Catalog searching
- Fixed several minor issues in ACL logic