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.
- Host: GitHub
- URL: https://github.com/machine1337/lfiscan
- Owner: machine1337
- License: mit
- Created: 2021-06-23T13:29:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T19:51:49.000Z (over 3 years ago)
- Last Synced: 2025-04-25T05:36:42.478Z (about 1 year ago)
- Topics: bugbounty, hacking, lfi, lfi-exploitation, machine1337, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 11
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lfiscan

# 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.