{"id":21573691,"url":"https://github.com/syss-research/single-user-bloodhound","last_synced_at":"2025-04-10T16:06:59.185Z","repository":{"id":187222031,"uuid":"676524726","full_name":"SySS-Research/Single-User-BloodHound","owner":"SySS-Research","description":" Run BloodHound CE in a single-user setup with podman ","archived":false,"fork":false,"pushed_at":"2024-12-11T08:20:56.000Z","size":32,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T13:51:20.716Z","etag":null,"topics":["bloodhound","pentest","podman"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SySS-Research.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-09T11:55:30.000Z","updated_at":"2025-02-24T14:04:25.000Z","dependencies_parsed_at":"2024-12-10T11:29:27.097Z","dependency_job_id":"50af7b6f-fb6e-49d5-b805-4fe08740e554","html_url":"https://github.com/SySS-Research/Single-User-BloodHound","commit_stats":null,"previous_names":["syss-research/single-user-bloodhound"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SySS-Research%2FSingle-User-BloodHound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SySS-Research%2FSingle-User-BloodHound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SySS-Research%2FSingle-User-BloodHound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SySS-Research%2FSingle-User-BloodHound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SySS-Research","download_url":"https://codeload.github.com/SySS-Research/Single-User-BloodHound/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248250743,"owners_count":21072682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bloodhound","pentest","podman"],"created_at":"2024-11-24T12:07:43.924Z","updated_at":"2025-04-10T16:06:59.165Z","avatar_url":"https://github.com/SySS-Research.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":" Single User BloodHound CE\n==========================\n\nThis runs [BloodHound CE](https://github.com/SpecterOps/BloodHound) as if it\nwere a single, self-contained app in a single-user scenario.\n\nIt's based on SpecterOp's\n[Dockerfile](https://github.com/SpecterOps/BloodHound/blob/294dab1f72fb3fcbaf7d010fd7ee9301f6ba78fe/dockerfiles/bloodhound.Dockerfile),\nbut uses podman, sets the default credentials to **admin/admin** (no password\nchange needed) and exposes port 8181 on localhost only.\n\nNo dependencies except for podman (and `bash`, `grep` and `date`)!\n\nSimply run `./bloodhound-ce`:\n\n\n```console\n$ ./bloodhound-ce\nRunning postgres container ...\nRunning neo4j container ...\nWait until neo4j is ready ...\nRunning bloodhound container ...\nWait until bloodhound is ready ...\nSetting initial password ...\nSuccess! Go to http://localhost:8181\nLogin with admin/admin\nPress CTRL-C when you're done.\n...\n```\n\nLink or copy the executable to `~/.local/bin` or `/usr/bin` if you want.\n\nIt supports workspaces to keep different databases in parallel. They're\nlocated in `$XDG_DATA_HOME/BloodHound-CE`\n(or `~/.local/share/BloodHound-CE` by\ndefault). To set the name of the workspace, use environment variables:\n\n```console\n$ WORKSPACE=client1 bloodhound-ce\n```\n\nThe location of the workspace's data directory can be set directly like so:\n\n```console\n$ DATA_DIR=BH_DATA bloodhound-ce\n```\n\nThen the data will be stored in `BH_DATA` in the current working directory.\nThe port to listen on can similarly be changed by setting `$PORT`.\n\nTo update the images:\n\n```console\n$ bloodhound-ce pull\n```\n\nIn case you want to start over completely, delete the containers and volumes:\n```console\n$ podman container rm --filter name='BloodHound-CE*'\n$ rm -rf ~/.local/share/BloodHound-CE/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyss-research%2Fsingle-user-bloodhound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyss-research%2Fsingle-user-bloodhound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyss-research%2Fsingle-user-bloodhound/lists"}