Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Data collection commands for SharpHound (Windows) and BloodHound.py (Linux).
.\SharpHound.exe -c All
.\SharpHound.exe -c All --Domain domain.local --DomainController 10.10.10.1
.\SharpHound.exe -c All --LdapUsername user --LdapPassword 'P@ssw0rd' --Domain domain.local
.\SharpHound.exe -c DCOnly
.\SharpHound.exe -c All --Stealth
.\SharpHound.exe -c All --OutputDirectory C:\Temp --RandomFilenames --MemCache
.\SharpHound.exe -c All --ZipFileName loot.zip
.\SharpHound.exe -c All --Loop --LoopDuration 02:00:00 --LoopInterval 00:05:00
.\SharpHound.exe -c All --ExcludeDCs
bloodhound-python -u user -p 'P@ssw0rd' -d domain.local -c All -ns 10.10.10.1
bloodhound-python -u user -p 'P@ssw0rd' -d domain.local -c All -ns 10.10.10.1 --zip
bloodhound-python -u user --hashes LMHASH:NTHASH -d domain.local -c All -ns 10.10.10.1
bloodhound-python -u user -p 'P@ssw0rd' -d domain.local -c All -ns 10.10.10.1 -k
bloodhound-python -u user -p 'P@ssw0rd' -d domain.local -c DCOnly -ns 10.10.10.1
bloodhound-python -u user -p 'P@ssw0rd' -d domain.local -c All -ns 10.10.10.1 -dc dc01.domain.local
bloodhound-python -u user -p 'P@ssw0rd' -d domain.local -c All -ns 10.10.10.1 --auth-method ntlm