======================================================= = = = LFI_scanner v 0.1.5 by Hood3dRob1n = = ~[ Updated Version by kvzlx ]~ = = = =======================================================
This is a simple Perl script that scans for Local File Inclusion (LFI) vulnerabilities on web applications.
This script was originally inspired by a blog post on Kaotic Creations, and it has been modified by Me for personal use.
Use this script responsibly and ethically. Unauthorized scanning of websites and exploitation of vulnerabilities without proper authorization is illegal and unethical. This script is provided for educational and informational purposes only. The author and contributors are not responsible for any misuse or damage caused by this script.
-
Clone the repository:
git clone https://github.com/kvlx-alt/LFI-Scanner.git
-
Navigate to the repository directory:
cd LFI-Scanner
-
Run the script:
perl lfi_scanner.pl
-
Follow the prompts to enter the target site URL and the path to the wordlist file (/usr/share/seclists/Fuzzing/LFI/LFI-Jhaddix.txt).
-
The script will scan for LFI vulnerabilities and provide a summary of the results at the end.
Machine used for the example gif > HackMyVM
- Original script source: Kaotic Creations Blog
- Script modification and customization: kvzlx