fastlorenzo / bloodhound-autoprocess

Script to automate BloodHound files processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script watches for BloodHound json and zip in the data/ folder and sends them to Neo4j.

It is only a proof of concept, do not use in production!

Build

docker build . -t bloodhound-autoprocess

Run

docker run --rm -v $(pwd)/data:/app/data --name bh bloodhound-autoprocess

About

Script to automate BloodHound files processing


Languages

Language:JavaScript 99.2%Language:Dockerfile 0.8%