An open API service indexing awesome lists of open source software.

https://github.com/trixsec/lfi-scanner


https://github.com/trixsec/lfi-scanner

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## JOIN US ON TELEGRAM

[![Telegram](https://upload.wikimedia.org/wikipedia/commons/thumb/8/82/Telegram_logo.svg/240px-Telegram_logo.svg.png)](https://t.me/Trixsec)

# LFI Vulnerability Scanner

## Description
This tool is designed to scan for Local File Inclusion (LFI) vulnerabilities in web applications. LFI vulnerabilities occur when a web application allows an attacker to include files on the server that are not intended to be publicly accessible. This can lead to sensitive information disclosure or even remote code execution.

## Features
- Scans web applications for LFI vulnerabilities.
- Supports customizable scan options.
- Allows scanning using custom URLs or Google dorks.
- Generates detailed reports of vulnerabilities found.

## Installation
1. Clone this repository: `git clone https://github.com/TrixSec/LFI-Scanner.git`
2. Navigate to the project directory: `cd LFI-Scanner`
3. Install dependencies: `pip3 install -r requirements.txt`

## Usage
1. `python3 lfi-scanner.py`

## Screenshots

[![LFI-Scanner](https://github.com/TrixSec/LFI-Scanner/blob/main/ss/lfi-scanner.png?raw=true)]