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

https://github.com/krishpranav/lfi-exploiter

LFI Exploitation tool
https://github.com/krishpranav/lfi-exploiter

lfi-exploit lfi-exploitation lfi-exploiter linux pentesting python python3

Last synced: 11 months ago
JSON representation

LFI Exploitation tool

Awesome Lists containing this project

README

          

# lfi-exploiter
LFI Exploitation tool

[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)

# Installation:
- git clone https://github.com/krishpranav/lfi-exploiter
- cd lfi-exploiter
- chmod +x *
- python3 -m install -r requirements.txt
- python3 lfiexploiter.py

# Main feature
```
data:// for code execution
expect:// for code execution
input:// for code execution
filter:// for arbitrary file reads
/proc/self/environ for code execution in CGI mode
Apache access.log poisoning
Linux auth.log SSH poisoning
Direct payload delivery with no stager
Support for absolute and relative path traversal
Support for cookies for authentication
```

# Reference