Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SpecterOps/BloodHound into BED-4044
Browse files Browse the repository at this point in the history
  • Loading branch information
maffkipp committed Feb 9, 2024
2 parents c9c6459 + 5712835 commit 78e678d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ data collectors.

BloodHound uses graph theory to reveal the hidden and often unintended relationships within an Active Directory or Azure
environment. Attackers can use BloodHound to easily identify highly complex attack paths that would otherwise be
impossible to quickly identify. Defenders can use BloodHound to identify and eliminate those same attack paths. Both blue and red
impossible to identify quickly. Defenders can use BloodHound to identify and eliminate those same attack paths. Both blue and red
teams can use BloodHound to easily gain a deeper understanding of privilege relationships in an Active Directory or Azure
environment.

Expand All @@ -34,22 +34,24 @@ you'll need to follow the instructions in [examples/docker-compose/README.md](ex

## Installation Error Handling

<i> Affects: Windows Users </i>
- If you encounter a "failed to get console mode for stdin: The handle is invalid." ensure Docker Desktop (and associated Engine is running). Docker Desktop does not automatically register as a startup entry.

- If you encounter a "failed to get console mode for stdin: The handle is invalid." ensure Docker Desktop (and associated Engine is running). Docker Desktop does not automatically register as a startup entry. <img width="302" alt="image" src="[cmd/ui/public/img/Docker-Engine-Running.png]">
<p align="center">
<img width="302" alt="Docker Engine Running" src="cmd/ui/public/img/Docker-Engine-Running.png">
</p>

- If you encounter an "Error response from daemon: Ports are not available: exposing port TCP 127.0.0.1:7474 -> 0.0.0.0:0: listen tcp 127.0.0.1:7474: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted." this is normally attributed to the "Neo4J Graph Database - neo4j" service already running on your local system. Please stop or delete the service to continue.

```
# Verify if Docker Engine is Running
docker info
# Attempt to stop Neo4j Service if running
# Attempt to stop Neo4j Service if running (on Windows)
Stop-Service "Neo4j" -ErrorAction SilentlyContinue
```
- A succesfull installation of BloodHound CE would look like below:
- A successful installation of BloodHound CE would look like the below:

https://github.com/SpecterOps/BloodHound/tree/main/cmd/ui/public/img/BloodHoundCE-Deployment-Experience-Windows.mp4
https://github.com/SpecterOps/BloodHound/assets/12970156/ea9dc042-1866-4ccb-9839-933140cc38b9

## Useful Links

Expand Down
Binary file not shown.

0 comments on commit 78e678d

Please sign in to comment.