Source: bloodhound.py
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@kali.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-pycryptodome,
 python3-dnspython,
 python3-impacket,
 python3-ldap3
Standards-Version: 4.7.0
Homepage: https://github.com/dirkjanm/bloodhound.py
Vcs-Browser: https://gitlab.com/kalilinux/packages/bloodhound.py
Vcs-Git: https://gitlab.com/kalilinux/packages/bloodhound.py.git

Package: bloodhound.py
Architecture: all
Depends: ${python3:Depends},
 ${misc:Depends},
Enhances: bloodhound (>= 4.2)
Description: ingestor for BloodHound, based on Impacket (Python 3)
 This package contains a Python based ingestor for BloodHound, based on
 Impacket.
 BloodHound.py currently has the following limitations:
    * Supports most, but not all BloodHound (SharpHound) features. Primary
      missing features are GPO local groups and some differences in session
      resolution between BloodHound and SharpHound.
    * Kerberos authentication support is not yet complete, but can be used from
      the updatedkerberos branch.
 .
 This package installs the library for Python 3.
