LogonTracer
LogonTracer copied to clipboard
changefinder is unstalled yet getting Error
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?
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.
我的系統輸出 -
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