# Concatenate all JSONL lines into a single array cat *.jsonl | jq -s '.' > legacy_computers.json Use the BloodHound v4.3+ collector CLI:
Recently, the maintainers pushed a significant update to the bloodbornepkg . If you have run pip install --upgrade bloodhound recently, you have likely noticed changes in performance, output format, and session handling.
If you are mid-engagement with a legacy BloodHound GUI (version 4.2 or older), . If you are using BloodHound CE 4.3+ or BHE, update immediately for the performance gains.
"Unexpected keyword argument 'encrypt'" when connecting to DC. Solution: You are hitting an Impacket deprecation. Downgrade Impacket to 0.9.24 OR edit bloodhound.py line 247 to change encrypt to kerberos . (Better: open an issue on GitHub—this is a known regression.)
# Concatenate all JSONL lines into a single array cat *.jsonl | jq -s '.' > legacy_computers.json Use the BloodHound v4.3+ collector CLI:
Recently, the maintainers pushed a significant update to the bloodbornepkg . If you have run pip install --upgrade bloodhound recently, you have likely noticed changes in performance, output format, and session handling.
If you are mid-engagement with a legacy BloodHound GUI (version 4.2 or older), . If you are using BloodHound CE 4.3+ or BHE, update immediately for the performance gains.
"Unexpected keyword argument 'encrypt'" when connecting to DC. Solution: You are hitting an Impacket deprecation. Downgrade Impacket to 0.9.24 OR edit bloodhound.py line 247 to change encrypt to kerberos . (Better: open an issue on GitHub—this is a known regression.)