📝 SQLi & LFI Scanner is a powerful security testing tool designed to detect SQL Injection (SQLi) vulnerabilities and Local File Inclusion (LFI) flaws in web applications. It helps ethical hackers and security researchers identify security weaknesses efficiently.
✅ SQL Injection Detection - Identifies potential SQL injection vulnerabilities in web applications.
✅ Local File Inclusion (LFI) Detection - Scans for LFI vulnerabilities to assess security risks.
✅ Automated Scanning - Quickly scans URLs and parameters for exploitable weaknesses.
✅ User-Friendly Interface - Simple and efficient tool for both beginners and experts.
✅ Lightweight & Fast - Built for speed and accuracy in vulnerability detection.
📌 Clone and Unzip the Repository
git clone https://github.com/Ap1311/SQL-LFI_Scanner.git
📌 Navigate to the Directory
cd SQL-LFI_Scanner
📌 Run the Application
python3 scanner.py -u <target_url>
📌 Example Usage
python3 scanner.py -u http://example.com/index.php?id=1
OS | Support Level |
---|---|
🐧 Linux | Excellent |
🖥️ Windows | Excellent |
🍏 MacOS | Excellent |
📱 Android | UnSupported |
1️⃣ Run python3 scanner.py -u <target_url> to start scanning.
2️⃣ The tool will automatically test for SQLi and LFI vulnerabilities.
3️⃣ Results will be displayed, highlighting potential security risks.
4️⃣ Use the findings for security analysis and patching vulnerabilities.
Issue | Cause | Solution |
---|---|---|
❌ "No vulnerabilities found" | Target may be secure | Try different parameters or URLs |
🔄 "Script not running" | Python3 not installed | Install Python3 and rerun the script |
🚫 "Permission Denied" | Insufficient privileges | Run with elevated permissions (sudo) |