JPCERTCC / LogonTracer

Investigate malicious Windows logon by visualizing and analyzing Windows event log
Other
2.7k stars 441 forks source link

Unable to connect to the neo4j db #123

Open Shashank-003 opened 2 years ago

Shashank-003 commented 2 years ago

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"

shu-tom commented 2 years ago

Please report on your system and log details.

mkulasi commented 1 year ago

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.