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

Added support for remote address #2

Closed chryzsh closed 5 years ago

chryzsh commented 5 years ago

Also added some info in the readme and a Ctrl+C trap

seajaysec commented 5 years ago

Thanks so much for this. I removed the ctrl-c trap since it wasn't working in my tests. Added the bolt address specification in commit c379978 using 127.0.0.1:7687 as the default value, as discussed on slack.