Awesome
<h1 align="center"></h1>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
</br>
</br>
EXAMPLE:
Detectar payloads LFI
python3 LFIscanner.py -t http://192.168.25.131/mutillidae/?page= -p <payload-file>
EXAMPLE:
Extraer información del payload LFI
python3 LFIscanner.py -t http://192.168.25.131/mutillidae/?page= --payload <payload-file> --extract
</br>
Payloads file by: https://github.com/emadshanab/LFI-Payload-List