JPCERTCC / LogonTracer

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

changefinder is unstalled yet getting Error #114

Open idanbuller opened 3 years ago

idanbuller commented 3 years ago

I already installed every python package needed. But, still getting the error - [!] changefinder must be installed for this script.

I installed changefinder both manually and with the help of requirements.txt

Can someone help we with this issue?

idanbuller commented 3 years ago

My system output -

root@ubuntu:/home/thehive/Desktop/LogonTracer# python3 logontracer.py -r -o 8080 -u XX-p XX-s 127.0.0.1 [!] changefinder must be installed for this script.

cddisk2000 commented 2 years ago

我的系統輸出 -

root@ubuntu:/home/thehive/Desktop/LogonTracer# python3 logontracer.py -r -o 8080 -u XX-p XX-s 127.0.0.1 [!] changefinder 必須為這個腳本安裝。

try it

Update Your Python to 3.9

dnf module -y install python39

Choice Pythone Version

alternatives --config python3

Check Python Version

python3 -V

then update your pip3 tools list

pip3 install -r /xxxxx/LogonTracer/requirements.txt