Kali Linux
bloodhound.py
Overview
bloodhound.py is the Python BloodHound ingestor. Collects LDAP/ACE data compatible with BloodHound CE/legacy importers when SharpHound cannot run on target.
Primary use cases
- Linux-based AD collection during engagements
- Stealthier DCOnly collection modes
Key commands
DCOnly collection
bloodhound-python -u user -p pass -d corp.local -c DCOnly -ns 10.0.0.1Related tools
- BloodHound — AD attack path analysis. Ingests ACL/ACE and group membership into a graph of privilege escalation routes.
- Impacket — Python protocol implementations. secretsdump, psexec, getTGT, and SMB/Kerberos tooling for Windows networks.