LFI-FINDER
LFI-FINDER copied to clipboard
traceback error....
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.