Skip to content

🐍 Tool to find Local File Inclusion (LFI) vulnerabilities

Notifications You must be signed in to change notification settings

vffuunnyy/lfi-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍭 LFI Finder

Python 3.9 Python 3.10 Python 3.11 Python 3.12

LFI Finder is a Python package designed to help identify Local File Inclusion (LFI) vulnerabilities in web applications.

image 4

Features

  • Scans web applications for potential LFI vulnerabilities
  • Multi-threaded for fast scanning
  • Supports scanning multiple URLs from a file
  • Customizable scan parameters

Installation

To install LFI Finder, run the following command:

pip install https://github.com/vffuunnyy/lfi-finder/archive/main.zip
pipx install git+https://github.com/vffuunnyy/lfi-finder.git

Usage

vfny@archlinux ~ > lfinder --help
usage: lfinder [-h] [-u URL] [-o OUTPUT] [-l LIST] [-t THREADS] [-s SLEEPTIME]

LFI Finder Tool

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Target URL
  -o OUTPUT, --output OUTPUT
                        Output file to save vulnerable endpoints
  -l LIST, --list LIST  File containing target URLs
  -t THREADS, --threads THREADS
                        Number of threads (default: 5)
  -s SLEEPTIME, --sleeptime SLEEPTIME
                        Sleep time between requests (default: 1.5 seconds)

To use LFI Finder, simply run the following command:

lfinder -u http://example.com?page= -t 10 -s 0

LFI List

LFI Finder uses a list of common LFI payloads to scan for potential vulnerabilities. The list can be found in the lfi_list.txt file. The LFI payloads were sourced from capture0x/LFI-FINDER.

Contributing

We welcome contributions! If you would like to contribute to LFI Finder, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

For any questions or suggestions, please open an issue or contact us at telegram.

About

🐍 Tool to find Local File Inclusion (LFI) vulnerabilities

Topics

Resources

Stars

Watchers

Forks

Languages