AttributeError: 'Transaction' object has no attribute 'append' #67
Open
Description
Hello
I got the following issue when importing an evtx
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.
Metadata
Assignees
Labels
No labels