seajaysec / cypheroth

Automated, extensible toolset that runs cypher queries against Bloodhound's Neo4j backend and saves output to spreadsheets.
BSD 2-Clause "Simplified" License
251 stars 42 forks source link

cypheroth can't find cypher-shell #1

Closed barrett092 closed 5 years ago

barrett092 commented 5 years ago

Have tried putting the cypher-shell in the same folder. No luck. Also confirmed cypher-shell is installed in bin folder of Neo4j.

OS: Mac OS Mojave Neo4J 1.22-dev.5 DB 4.0.0-alpha09mr02 Enterprise

seajaysec commented 5 years ago

In the command line, what returns when you enter which cypher-shell?

seajaysec commented 5 years ago

I'm 99% certain that this is an issue with cypher-shell not being installed in your path properly. It might be a problem with the enterprise edition of neo4j though. I haven't tested that yet. So far, I'm aiming to support neo4j community as it has the widest install base.

If anyone else has this issue, please let me know and I'll continue to look into it. Otherwise, closing for now.