SadProcessor/CypherDog

Connection issue to Neo4j db

Closed this issue · 1 comments

faacq commented

Hi,
I'm running BloodHound with sampleDB. I'm able to run queries by using the neo4j graphical interface, but when I tried to load your PS module I get 6 WARNINGs and nothing is returned.

Do you have any advice to how to troubleshoot this issue? I'll really appreciate your help.
Thank you

CypherDog-Issue

faacq commented

To fix the issue, authentication must be disabled on the neo4j DB. This is done by uncommenting the following line (dbms.security.auth_enabled=false) in the neo4j conf file.