Skip to content

a tool for spinning up BloodHound CE containers and configuring common tools for project based activities.

License

Notifications You must be signed in to change notification settings

Mortimus/ProjectBloodHound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectBloodHound

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

Requirements

  • podman
  • libbtrfs-dev
  • libgpgme-dev

If you are on kali this means

  • sudo apt install podman libbtrfs-dev libgpgme-dev
  • sudo systemctl enable podman --now

Installation

After installing the above dependencies go install github.com/Mortimus/ProjectBloodHound@latest

Arguments

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

About

a tool for spinning up BloodHound CE containers and configuring common tools for project based activities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages