DPAT enhancements: CE compatibility, interactive reporting, and bug fixes#56
Open
exploit-development wants to merge 4 commits into
Open
DPAT enhancements: CE compatibility, interactive reporting, and bug fixes#56exploit-development wants to merge 4 commits into
exploit-development wants to merge 4 commits into
Conversation
…loodHound CE Fix Administrators group (S-1-5-32-544) detection for data collected with SharpHound 2.x and BloodHound.py, which prefix builtin group SIDs with the domain name (e.g. DOMAIN-S-1-5-32-544). The previous regex anchored at S-1-5- causing all Builtin Administrators members to show as 0. Fix LM hash lookup to split hashes into two 16-character halves as stored by hashcat, and allow 16-character half-hashes through the potfile parser.
- Add synthetic sample data (PHANTOM/GHOST/WRAITH domains, 100 users, potfile) - Add BloodHound CE sample JSON files for all three domains - Add sample_report.html for demo/download - Overhaul README with gallery, download badge, sample data instructions - Add wiki/Home.md with fork overview and key features - Add production assets (Bootstrap, Chart.js) - Remove dev-only win98 icon files and downloader script - Update .gitignore to exclude generated reports and run.sh - LM hash cracking and Builtin Administrators fixes in max.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports the DPAT module to BloodHound Community Edition (Neo4j, 2.x collector
schema) and rebuilds the report as a self-contained interactive HTML file.
Adds password reuse and blank-hash analytics, privileged account exposure
scoring, and several collector compatibility fixes.
Live sample report: https://exploit-development.github.io/Max-BloodHound-CE/sample_report.html
What's new
Enhanced DPAT reporting
31d6cfe0d16ae931b73c59d7e0c089c0)Sample data
Bug fixes