Skip to content

Commit 6248b33

Browse files
authored
Update README.md
1 parent e7f65cb commit 6248b33

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,48 @@
11
# SQLMap-GUI-Web-Vulnerability-Scanner
22
GUI-based SQLMap tool for web vulnerability scanning with risk level and log saving support
3+
![sqlmap](https://github.com/user-attachments/assets/1fd27c0e-111c-4818-a712-598a6e3f348c)
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+
[![Buy Me a Coffee](https://cdn.ko-fi.com/cdn/kofi5.png?v=3)](https://ko-fi.com/s4ml3h0)
43+
44+
---
45+
46+
## 📄 License
47+
48+
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)