Projects STRLCPY LogonTracer Commits ddbae5ab
🤬
  • Changed to set the IP address of neo4j server to option when uploading event log from Web GUI

  • Loading...
  • shusei tomonaga committed 4 years ago
    ddbae5ab
    1 parent 31249c04
  • ■ ■ ■ ■
    logontracer.py
    skipped 339 lines
    340 340   else:
    341 341   log_option = "--delete"
    342 342   
    343  - parse_command = "nohup python3 " + FPATH + "/logontracer.py " + log_option + " -z " + timezone + logoption + filelist + " -u " + NEO4J_USER + " -p " + NEO4J_PASSWORD + " > " + FPATH + "/static/logontracer.log 2>&1 &"
     343 + parse_command = "nohup python3 " + FPATH + "/logontracer.py " + log_option + " -z " + timezone + logoption + filelist + " -s " + NEO4J_SERVER + " -u " + NEO4J_USER + " -p " + NEO4J_PASSWORD + " > " + FPATH + "/static/logontracer.log 2>&1 &"
    344 344   subprocess.call("rm -f " + FPATH + "/static/logontracer.log > /dev/null", shell=True)
    345 345   subprocess.call(parse_command, shell=True)
    346 346   # parse_evtx(filename)
    skipped 865 lines
Please wait...
Page is in error, reload to recover