https://github.com/r3li4nt/lfiscanner
Local File Inclusion (LFI) scanner.
https://github.com/r3li4nt/lfiscanner
lfi linux python scanner vulnerability-scanners
Last synced: 4 months ago
JSON representation
Local File Inclusion (LFI) scanner.
- Host: GitHub
- URL: https://github.com/r3li4nt/lfiscanner
- Owner: R3LI4NT
- Created: 2022-07-06T00:36:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T03:53:23.000Z (almost 4 years ago)
- Last Synced: 2025-10-16T01:05:02.707Z (9 months ago)
- Topics: lfi, linux, python, scanner, vulnerability-scanners
- Language: Python
- Homepage:
- Size: 757 KB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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**
```python
python3 LFIscanner.py -t http://192.168.25.131/mutillidae/?page= -p
```

`EXAMPLE:` **Extraer información del payload LFI**
```python
python3 LFIscanner.py -t http://192.168.25.131/mutillidae/?page= --payload --extract
```

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