Python-based ingestor for BloodHound Community Edition. Version 1.9.1 provides a CLI tool to collect Active Directory data (users, groups, computers, ACLs, sessions, etc.) and upload it to a BloodHound CE server. Release cadence is irregular with infrequent updates.
pip install bloodhound-ceVerified import paths — ran on the pinned version, not inferred.
Basic usage: connect to a domain controller, retrieve domain info and list computers.
Use 'import bloodhound' (no hyphen) after installing bloodhound-ce.
Run 'bloodhound-python --help' to see available commands.
Uninstall old package: pip uninstall bloodhound; then install bloodhound-ce.
No dependency data recorded yet.