OFFSITE.DARK
← Tools

Index · B

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.1

Related tools

  • BloodHoundAD attack path analysis. Ingests ACL/ACE and group membership into a graph of privilege escalation routes.
  • ImpacketPython protocol implementations. secretsdump, psexec, getTGT, and SMB/Kerberos tooling for Windows networks.
→ official site