# bloodhound-ce.py

Syntax for grabbing a Python-based BloodHound collection.

# Run a Bloodhound CE collection

bloodhound-ce.py --zip -c All -d domain.com -u lowpriv -p 'LowPrivPass$' -ns 192.168.10.10

# Run with hashes instead of account username/password

bloodhound-ce.py --zip -c All -d domain.com -u lowpriv --hashes :xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -ns 192.168.10.10