R3LI4NT / LFIscanner

Local File Inclusion (LFI) scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LFIscanner

Local File Inclusion (LFI) scanner.

Usage

COMMAND DESCRIPTION
-t / --target Target
-p / --payload Payload file
-e / --extract Extract content
-h / --help Request help

Instalación / Installation

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

> cd LFIscanner

> pip3 install -r requirements.txt


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


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

About

Local File Inclusion (LFI) scanner.


Languages

Language:Python 100.0%