BloodHoundAD / BloodHound

Six Degrees of Domain Admin
GNU General Public License v3.0
9.8k stars 1.73k forks source link

Bloodhound v4.3.0 - Segmentation fault on Kali Debian 6.1.0 #663

Open parkerderek opened 1 year ago

parkerderek commented 1 year ago

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
parkerderek commented 1 year ago

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

ChenrySecmon commented 1 year ago

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

AkechiShiro commented 1 year ago

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

plus-cris commented 6 months ago

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