LogonTracer icon indicating copy to clipboard operation
LogonTracer copied to clipboard

changefinder is unstalled yet getting Error

Open idanbuller opened this issue 3 years ago • 2 comments

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 avatar Aug 22 '21 19:08 idanbuller

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.

idanbuller avatar Aug 22 '21 19:08 idanbuller

我的系統輸出 -

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

cddisk2000 avatar Jul 26 '22 14:07 cddisk2000