JPCERTCC / LogonTracer

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

Use LogonTracer v1.5.4 run logontracer.py erroe message: [!] elasticsearch-dsl must be installed for this script. #124

Closed cddisk2000 closed 2 years ago

cddisk2000 commented 2 years ago

System environment: CentOS 8 Stream ( Linux version 4.18.0-365.el8.x86_64 ) Python Version: 3.6.8

The following error occurred when executing the instruction in the last step ( run logontracer.py )

erroe message: [!] elasticsearch-dsl must be installed for this script.

image

How should I solve it?

PS. I have Installed Elasticsearch 7.16 And Allow Tcp/9200 Support Access PS. pip3 list Screenshot image

cddisk2000 commented 2 years ago

Need To Update Pythone Version To 3.9.X

Update Python 3.9

dnf module -y install python39

Choice Pythone Version

alternatives --config python3

check Python Version

python3 -V

Succeed image