Home

Awesome

LFIscanner

<h1 align="center"></h1>

Local File Inclusion (LFI) scanner.

Usage

COMMANDDESCRIPTION
-t / --targetTarget
-p / --payloadPayload file
-e / --extractExtract content
-h / --helpRequest help

Instalación / Installation

> git clone https://github.com/R3LI4NT/LFIscanner

> cd LFIscanner

> pip3 install -r requirements.txt
</br> </br>

EXAMPLE: Detectar payloads LFI

python3 LFIscanner.py -t http://192.168.25.131/mutillidae/?page= -p <payload-file>

example

EXAMPLE: Extraer información del payload LFI

python3 LFIscanner.py -t http://192.168.25.131/mutillidae/?page= --payload <payload-file> --extract

example_2

</br>

Payloads file by: https://github.com/emadshanab/LFI-Payload-List