diff --git a/README.md b/README.md index 0223d7b01f..dfc25c4226 100644 --- a/README.md +++ b/README.md @@ -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. @@ -34,9 +34,11 @@ you'll need to follow the instructions in [examples/docker-compose/README.md](ex ## Installation Error Handling - Affects: Windows Users +- 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. +
+ +
- 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. @@ -44,12 +46,12 @@ you'll need to follow the instructions in [examples/docker-compose/README.md](ex # 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 diff --git a/cmd/ui/public/img/BloodHoundCE-Deployment-Experience-Windows.mp4 b/cmd/ui/public/img/BloodHoundCE-Deployment-Experience-Windows.mp4 deleted file mode 100644 index ca14e000cb..0000000000 Binary files a/cmd/ui/public/img/BloodHoundCE-Deployment-Experience-Windows.mp4 and /dev/null differ