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
282 stars 53 forks source link

issue #3

Closed BergMoe closed 10 months ago

BergMoe commented 1 year ago

I got this error message Traceback (most recent call last): File "/LFI-FINDER/lfi.py", line 4, in from selenium import webdriver ModuleNotFoundError: No module named 'selenium'

any suggestions? Thanks

hackingstar124 commented 11 months ago

install selenium and try it will solve this.