|
1 |
| -# SQLMap-GUI-Web-Vulnerability-Scanner |
2 |
| - |
| 1 | +# SQLMap-GUI-Web-Vulnerability-Scanner 🚀 |
3 | 2 |
|
4 |
| -GUI-based SQLMap tool for web vulnerability scanning with risk level and log saving support |
5 |
| - |
6 |
| -## 📦 Features |
| 3 | + |
| 4 | +[Download Latest Release](https://github.com/cleytonZinn/SQLMap-GUI-Web-Vulnerability-Scanner/releases) |
7 | 5 |
|
8 |
| -- ✅ GUI interface built with Python for `sqlmap.exe` |
9 |
| -- 🎯 Enter target URL directly |
10 |
| -- 🛡️ Select **Risk Level** (1–3) and **Scan Level** (1–5) |
11 |
| -- 📋 Results shown live in terminal-like interface |
12 |
| -- 📊 Progress bar to show scanning activity |
13 |
| -- 🗂️ Automatic logging to `/log/` folder with timestamp |
14 |
| -- ⚡ Fast and non-freezing UI |
15 |
| -- 🌙 Dark-themed professional design |
| 6 | +## Overview |
16 | 7 |
|
17 |
| ---- |
| 8 | +Welcome to the SQLMap-GUI-Web-Vulnerability-Scanner! This project provides a graphical user interface (GUI) for SQLMap, a powerful tool for detecting and exploiting SQL injection vulnerabilities in web applications. With our GUI, you can easily scan websites for security risks, save logs, and manage risk levels without needing extensive command-line knowledge. |
18 | 9 |
|
19 |
| -## 🚀 Getting Started |
| 10 | +## Table of Contents |
20 | 11 |
|
21 |
| -1. Download the `.exe` from the [Releases](https://github.com/S4mL3h0/SQLMap-GUI-Web-Vulnerability-Scanner/releases) |
22 |
| -2. Place `sqlmap.exe` in the same directory as this GUI |
23 |
| -3. Run `SQLMap-GUI.exe` |
24 |
| -4. Input your target URL |
25 |
| -5. Choose desired **Risk Level** and **Scan Level** |
26 |
| -6. Click **Start Scan** — Done! |
| 12 | +- [Features](#features) |
| 13 | +- [Installation](#installation) |
| 14 | +- [Usage](#usage) |
| 15 | +- [Contributing](#contributing) |
| 16 | +- [License](#license) |
| 17 | +- [Support](#support) |
27 | 18 |
|
28 |
| -> 🔐 Logs will be saved automatically into `/log/YYYYMMDD-HHMMSS.log` |
| 19 | +## Features |
29 | 20 |
|
30 |
| ---- |
| 21 | +- **User-Friendly Interface**: Navigate through the scanning process with ease using our intuitive GUI. |
| 22 | +- **Risk Level Management**: Set and view risk levels for identified vulnerabilities. |
| 23 | +- **Log Saving**: Save your scan results for future reference or reporting. |
| 24 | +- **Cross-Platform Compatibility**: Works on Windows, macOS, and Linux. |
| 25 | +- **Active Development**: Regular updates and feature enhancements based on user feedback. |
31 | 26 |
|
32 |
| -## ⚠️ Legal Disclaimer |
| 27 | +## Installation |
33 | 28 |
|
34 |
| -This tool is intended for **educational and legal penetration testing** only. |
35 |
| -**Do NOT use on unauthorized targets.** |
36 |
| -The developer assumes no responsibility for any misuse or damages. |
| 29 | +To get started, download the latest release from our [Releases section](https://github.com/cleytonZinn/SQLMap-GUI-Web-Vulnerability-Scanner/releases). Once downloaded, execute the installer to set up the application on your machine. |
37 | 30 |
|
38 |
| ---- |
| 31 | +### Requirements |
39 | 32 |
|
40 |
| -## ☕ Support the Developer |
| 33 | +- Java Runtime Environment (JRE) 8 or higher |
| 34 | +- SQLMap installed (the GUI will guide you through this if not already present) |
41 | 35 |
|
42 |
| -If you find this tool useful, you can support my work on Ko-fi: |
| 36 | +## Usage |
43 | 37 |
|
44 |
| -[](https://ko-fi.com/s4ml3h0) |
| 38 | +1. **Launch the Application**: Open the SQLMap-GUI application from your applications folder. |
| 39 | +2. **Input Target URL**: Enter the URL of the web application you want to scan. |
| 40 | +3. **Configure Options**: Choose your scanning options, including risk levels and logging preferences. |
| 41 | +4. **Start Scanning**: Click the "Scan" button to begin the vulnerability assessment. |
| 42 | +5. **Review Results**: Once the scan completes, review the results in the GUI. You can save logs for future reference. |
45 | 43 |
|
46 |
| ---- |
| 44 | + |
47 | 45 |
|
48 |
| -## 📄 License |
| 46 | +## Contributing |
49 | 47 |
|
50 |
| -This project is licensed under the [MIT License](LICENSE). |
| 48 | +We welcome contributions to improve SQLMap-GUI-Web-Vulnerability-Scanner. If you want to contribute, please follow these steps: |
| 49 | + |
| 50 | +1. Fork the repository. |
| 51 | +2. Create a new branch for your feature or bug fix. |
| 52 | +3. Make your changes and commit them with clear messages. |
| 53 | +4. Push your changes to your forked repository. |
| 54 | +5. Submit a pull request to the main repository. |
| 55 | + |
| 56 | +Please ensure your code follows the project's style guidelines and is well-documented. |
| 57 | + |
| 58 | +## License |
| 59 | + |
| 60 | +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. |
| 61 | + |
| 62 | +## Support |
| 63 | + |
| 64 | +For any issues or questions, please check the [Releases section](https://github.com/cleytonZinn/SQLMap-GUI-Web-Vulnerability-Scanner/releases) or open an issue in the repository. Your feedback is valuable and helps us improve the tool. |
| 65 | + |
| 66 | +## Topics |
| 67 | + |
| 68 | +This project falls under the following topics: |
| 69 | + |
| 70 | +- Cybersecurity Tools |
| 71 | +- Ethical Hacking Tools |
| 72 | +- GUI Tool |
| 73 | +- Penetration Testing |
| 74 | +- Pentest GUI |
| 75 | +- Pentesting Tools |
| 76 | +- S4ML3H0 |
| 77 | +- Security Tools |
| 78 | +- SQL Injection |
| 79 | +- SQLMap |
| 80 | +- SQLMap GUI |
| 81 | +- Web Security |
| 82 | + |
| 83 | +## Conclusion |
| 84 | + |
| 85 | +Thank you for exploring SQLMap-GUI-Web-Vulnerability-Scanner. We aim to make web security accessible to everyone, regardless of technical skill. Your contributions and feedback will help us achieve this goal. Download the latest version today and start securing your web applications! |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +[Download Latest Release](https://github.com/cleytonZinn/SQLMap-GUI-Web-Vulnerability-Scanner/releases) |
0 commit comments