LogonTracer
LogonTracer copied to clipboard
Unable to connect to the neo4j db
Followed the instructions for installation. Made changes to neo4j config but on executing python3 logontracer.py -r, i get the error "Can't connect Neo4j Database"
Please report on your system and log details.
I had the same issue, but after the review of logontracer.py code and printing the final URL that is used in Database connection i found that if your Password has an @ symbol will break the URL. So if you have that, it may be the cause of your problem. I propose that we find a way to escape special characters.