You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculate PageRank. [*] Creating a graph data.
Traceback (most recent call last): File "/opt/LogonTracer/logontracer.py", line 1096, in main() File "/opt/LogonTracer/logontracer.py", line 1084, in main parse_evtx(args.evtx) File "/opt/LogonTracer/logontracer.py", line 956, in parse_evtx tx.append(statement_ip, {"IP": ipaddress, "rank": ranks[ipaddress], "hostname": hostname}) AttributeError: 'Transaction' object has no attribute 'append'
I got this with the master and the tagged version 1.3.0, 1.3.1.
Is the issue on my side ?
Have a nice day.
The text was updated successfully, but these errors were encountered:
Hello
I got the following issue when importing an evtx
I got this with the master and the tagged version 1.3.0, 1.3.1.
Is the issue on my side ?
Have a nice day.
The text was updated successfully, but these errors were encountered: