Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

**Unified Salesforce BloodHound Collector**

ForceHound maps Salesforce identity, permission, and access-control structures into an attack-path graph compatible with [BloodHound Community Edition](https://github.com/BloodHoundAD/BloodHound). It outputs **OpenGraph v1** JSON that can be ingested by BloodHound CE to discover privilege-escalation paths, over-permissioned accounts, and hidden lateral-movement opportunities inside a Salesforce org.
ForceHound maps Salesforce identity, permission, and access-control structures into an attack-path graph compatible with [BloodHound Community Edition](https://github.com/specterops/bloodhound). It outputs **OpenGraph v1** JSON that can be ingested by BloodHound CE to discover privilege-escalation paths, over-permissioned accounts, and hidden lateral-movement opportunities inside a Salesforce org.

![ForceHound graph in BloodHound CE](examples/cypher_query_example.png)

Expand Down Expand Up @@ -109,7 +109,7 @@ python -m forcehound --setup \
--bh-token-key "your-base64-key"
```

> **Note:** You need a running BloodHound CE instance. See [BloodHound CE setup instructions](https://github.com/BloodHoundAD/BloodHound) to install it on your localhost.
> **Note:** You need a running BloodHound CE instance. See [BloodHound CE setup instructions](https://bloodhound.specterops.io/get-started/quickstart/community-edition-quickstart) to install it on your localhost.

### Collect and Upload in One Step

Expand Down
Loading