Projects STRLCPY LogonTracer Commits 03a70752
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    logontracer.py
    skipped 1164 lines
    1165 1165   
    1166 1166   try:
    1167 1167   print("[+] Neo4j Kernel version: {0}".format(".".join(map(str, db.kernel_start_time))))
    1168  - except KeyError:
     1168 + except:
    1169 1169   print("[!] Can't get Neo4j kernel version.")
    1170 1170   
    1171 1171   if args.run:
    skipped 33 lines
Please wait...
Page is in error, reload to recover