capture0x / LFI-FINDER

LFI-FINDER is an open-source tool available on GitHub that focuses on detecting Local File Inclusion (LFI) vulnerabilities
GNU General Public License v3.0
286 stars 53 forks source link

traceback error.... #7

Open JPwnage opened 10 months ago

JPwnage commented 10 months ago

My OS is Ubuntu 22.05 lts I received this error when i tried to run lfi.py

  File "/home/jme/tools/LFI-FINDER/lfi.py", line 4, in <module>
    from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'
me@me:~/tools/LFI-FINDER$ 

I was able to fix by manually installing selenium

pip3 install selenium

Just wanted to let you know and other know in case they run across the same issue.