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

https://github.com/machine1337/lfiscan

A small and fast bash script to automate LFI vulnerability.
https://github.com/machine1337/lfiscan

bugbounty hacking lfi lfi-exploitation machine1337 shell

Last synced: 11 months ago
JSON representation

A small and fast bash script to automate LFI vulnerability.

Awesome Lists containing this project

README

          

# lfiscan

![Screenshot from 2021-06-23 18-32-19](https://user-images.githubusercontent.com/82051128/123108622-028bf480-d454-11eb-8e74-b33f10c1a2ae.png)

# Installation:
1. git clone https://github.com/machine1337/lfiscan
2. cd lfiscan && chmod +x run.sh

# Usage:
./run.sh

# Question:
Q: What should my url or urls looks like?
A: http://testphp.vulnweb.com/showimage.php?file=

# Future Plans:
1. It will automatically identify the target OS and then run payloads according to the target OS.
Example: Linux OS => linux payloads
Windows OS => Window payloads
2. If this script found a vulnerable url so it will get automatically reverse shell.