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

LFI-FINDER is an open-source tool available on GitHub that focuses on detecting Local File Inclusion (LFI) vulnerabilities

Results 7 LFI-FINDER issues
Sort by recently updated
recently updated
newest added

`Trying payloads list, please wait... The chromedriver version (120.0.6099.109) detected in PATH at /usr/bin/chromedriver might not be compatible with the detected chrome version (122.0.6261.128); currently, chromedriver 122.0.6261.128 is recommended for...

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 from selenium import webdriver ModuleNotFoundError: No module named...

Add basic Dockerfile for run the program inside a docker

need to update setup.sh to curl -O https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/128.0.6613.113/linux64/chromedriver-linux64.zip unzip chromedriver-linux64.zip sudo mv chromedriver /usr/bin/chromedriver sudo chown root:root /usr/bin/chromedriver sudo chmod +x /usr/bin/chromedriver

![image](https://github.com/user-attachments/assets/3f04fb4f-6782-4687-ac6f-342913c60ad2) ![image](https://github.com/user-attachments/assets/ff274046-03f4-4aaf-b39e-d6034f617019) ![image](https://github.com/user-attachments/assets/28921364-f15a-4f44-af52-e50ba3b42c68) ![image](https://github.com/user-attachments/assets/b360c8e6-03b5-4869-8b17-37e0d43b630e) ![image](https://github.com/user-attachments/assets/de81747d-427d-44ff-8daf-3ea5d16a062c) ![image](https://github.com/user-attachments/assets/887e1e76-56dd-49b5-84cc-ab1f9c10545b) ![image](https://github.com/user-attachments/assets/df916ded-8c99-4f75-b210-d9b0be06557d)

![image](https://github.com/user-attachments/assets/fd41e940-1a12-4e8e-acbc-399d6d09fa6e) udo apt-get update sudo apt-get install python3-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev sudo apt-get install python3.11-dev pip install --upgrade pillow twisted pycrypto pycryptodome Get:1 http://kali.download/kali kali-rolling InRelease [41.5 kB]...

![Screenshot 2024-08-29 164303](https://github.com/user-attachments/assets/7bc15eb9-789b-4a17-8370-6ef737812249) × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [71 lines of output] checking for gcc... gcc checking whether the C compiler works......