BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloodhound v4.3.0 - Segmentation fault on Kali Debian 6.1.0

parkerderek opened this issue · comments

From latest release 4.3.0:

└─$ whoami
kaliadmin

└─$ uname -a
Linux 6.1.0-kali7-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.20-2kali1 (2023-04-18) x86_64 GNU/Linux

└─$ bloodhound --no-sandbox
The futex facility returned an unexpected error code.
zsh: IOT instruction  bloodhound --no-sandbox

To Reproduce

sudo apt update && sudo apt install -y bloodhound
sudo bloodhound --no-sandbox

Seeing similar segmentation fault error on Red Hat Enterprise Linux release 8.3 (Ootpa).

Same issue here on Centos9 stream. Have you found a workaround by any chance ?

Is it possible for any of you to post an strace output of the segmentation fault? (In a GitHub Gist preferably)
EDIT : running strace ./bloodhound --in-gpu-process or using --no-sandbox or --disable-gpu-sandbox

I bet you run the bloodhound in ssh session. I also met the dxxm issue. I run it in GUI terminal and it worked.