|
1 | 1 | # SQLMap-GUI-Web-Vulnerability-Scanner
|
2 | 2 | GUI-based SQLMap tool for web vulnerability scanning with risk level and log saving support
|
| 3 | + |
| 4 | +## 📦 Features |
| 5 | + |
| 6 | +- ✅ GUI interface built with Python for `sqlmap.exe` |
| 7 | +- 🎯 Enter target URL directly |
| 8 | +- 🛡️ Select **Risk Level** (1–3) and **Scan Level** (1–5) |
| 9 | +- 📋 Results shown live in terminal-like interface |
| 10 | +- 📊 Progress bar to show scanning activity |
| 11 | +- 🗂️ Automatic logging to `/log/` folder with timestamp |
| 12 | +- ⚡ Fast and non-freezing UI |
| 13 | +- 🌙 Dark-themed professional design |
| 14 | + |
| 15 | +--- |
| 16 | + |
| 17 | +## 🚀 Getting Started |
| 18 | + |
| 19 | +1. Download the `.exe` from the [Releases](https://github.com/S4mL3h0/SQLMap-GUI-Web-Vulnerability-Scanner/releases) |
| 20 | +2. Place `sqlmap.exe` in the same directory as this GUI |
| 21 | +3. Run `SQLMap-GUI.exe` |
| 22 | +4. Input your target URL |
| 23 | +5. Choose desired **Risk Level** and **Scan Level** |
| 24 | +6. Click **Start Scan** — Done! |
| 25 | + |
| 26 | +> 🔐 Logs will be saved automatically into `/log/YYYYMMDD-HHMMSS.log` |
| 27 | +
|
| 28 | +--- |
| 29 | + |
| 30 | +## ⚠️ Legal Disclaimer |
| 31 | + |
| 32 | +This tool is intended for **educational and legal penetration testing** only. |
| 33 | +**Do NOT use on unauthorized targets.** |
| 34 | +The developer assumes no responsibility for any misuse or damages. |
| 35 | + |
| 36 | +--- |
| 37 | + |
| 38 | +## ☕ Support the Developer |
| 39 | + |
| 40 | +If you find this tool useful, you can support my work on Ko-fi: |
| 41 | + |
| 42 | +[](https://ko-fi.com/s4ml3h0) |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## 📄 License |
| 47 | + |
| 48 | +This project is licensed under the [MIT License](LICENSE). |
0 commit comments