Files
tldr/pages/common/bloodhound-python.md
Managor 4760bf1262 *: improve more info links and add option placeholders part 5 (#19564)
* batch

* Update pages/common/audacious.md

Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>

---------

Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
2025-11-24 16:29:54 -06:00

25 lines
1.0 KiB
Markdown

# bloodhound-python
> A Python ingestor for BloodHound, used to enumerate Active Directory relationships.
> More information: <https://github.com/dirkjanm/BloodHound.py#usage>.
- Collect all data using default collection methods (includes groups, sessions, and trusts):
`bloodhound-python --username {{username}} --password {{password}} --domain {{domain}}`
- Collect data using Kerberos authentication without requiring a plaintext password:
`bloodhound-python --collectionmethod {{All}} --kerberos --domain {{domain}}`
- Authenticate using NTLM hashes instead of a password:
`bloodhound-python --collectionmethod {{All}} --username {{username}} --hashes {{LM:NTLM}} --domain {{domain}}`
- Specify a custom name server for DNS queries:
`bloodhound-python --collectionmethod {{All}} --username {{username}} --password {{password}} --domain {{domain}} --nameserver {{nameserver}}`
- Save the output files as a compressed ZIP archive:
`bloodhound-python --collectionmethod {{All}} --username {{username}} --password {{password}} --domain {{domain}} --zip`