BloodHoundAD / BloodHound

Six Degrees of Domain Admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

White screen when using symlinked config.json

Mag1cByt3s opened this issue · comments

Describe the bug
BloodHound won't start and instead displays a blank white screen when using a symlinked config.json.
This bug impacts any system that is using a config manager which uses symbolic links to reference configuration files.

To Reproduce
Steps to reproduce the behavior:

  1. create symbolic link at ~/.config/bloodhound/config.json which points to different location
  2. start BloodHound.
  3. Get a white screen

Expected behavior
BloudHound should be able to follow the symlink and read and parse the configuration file config.json

Screenshots

Additional context
If you try to remove the symlink BloodHound starts normally.