LFI-FINDER icon indicating copy to clipboard operation
LFI-FINDER copied to clipboard

traceback error....

Open JPwnage opened this issue 1 year ago • 0 comments

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.

JPwnage avatar Jan 17 '24 04:01 JPwnage