a tool for spinning up BloodHound CE containers for a single project/user. Sets the credentials to admin:admin, and imports customqueries.json. Stores data in a local folder for persistence. Inspired by https://github.com/SySS-Research/Single-User-BloodHound
podman
libbtrfs-dev
libgpgme-dev
sudo apt install podman libbtrfs-dev libgpgme-dev
sudo systemctl enable podman --now
After installing the above dependencies
go install github.com/Mortimus/ProjectBloodHound@latest
Usage of ProjectBloodHound:
-custom string
Path to custom queries json file in legacy bloodhound format (default "customqueries.json")
-expiration string
Set password expiration date (default "2035-02-16 16:51:44")
-force
Force injection of custom queries - will add duplicates if they already exist
-logs
Show container logs
-path string
Path to store data folders (default "/home/Mortimus/")
-pull
Pull images before starting containers