Skip to content

Commit 78b2609

Browse files
committed
Beta release
- Redacted project README - Refectoring - UI: Fixed some hover issues
1 parent 9981351 commit 78b2609

File tree

5 files changed

+225
-197
lines changed

5 files changed

+225
-197
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
todo.md
21
.vs/
2+
.vscode/
33
*~*
4-
sqlmap-command-builder.code-workspace
5-
background2.jpg
4+
*.code-workspace
5+
6+
ignore-*

README.md

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,60 @@
1-
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="./logo-dark.png">
3-
<img height=300 alt="SQLMAP COMMAND BUILDER" src="./logo-light.png">
4-
</picture>
1+
### LIVE VERSION: <https://vizzdoom.github.io/sqlmap-command-builder/>
52

6-
## <https://vizzdoom.github.io/sqlmap-command-builder/>
3+
![Example](example.png)
74

8-
**This interactive builder lets you craft advanced SQLMap commands without memorising dozens of switches.**
5+
---
96

10-
Project is build with vanila HTML/JS/CSS – it works completely offline and keeps your data private.
7+
<p align="center">
8+
<picture>
9+
<source media="(prefers-color-scheme: dark)" srcset="./logo-dark.png">
10+
<img height=225 alt="SQLMAP COMMAND BUILDER" src="./logo-light.png">
11+
</picture>
12+
</p>
1113

12-
## Building
14+
***SQLMAP COMMAND BUILDER*** helps you craft advanced SQLMap commands without memorizing dozens of switches.
1315

14-
A Python helper script compilies JS and CSS into HTML, creating a single distributable `index.html` file.
16+
Transform your SQLMap workflow into a **point-and-click experience** through a clean, modern web interface that simplifies complex penetration testing.
17+
18+
Whether you're an experienced penetration tester, security enthusiast, or just starting out with SQL injection vulnerabilities, this tool helps you generate sophisticated SQLMap commands without diving into documentation.
19+
20+
- **REAL-TIME COMMAND GENERATION** → Master SQLMap's switches and fine-tune your SQL Injection scans.
21+
22+
- **WEB USER INTERFACE** → Designed with organized categories, accessible directly through any modern browser you can select particular sqlmap options.
23+
24+
- **NO INSTALLATION NEEDED** → Built with vanilla HTML/JS/CSS, accessible by [a single HTML file](https://vizzdoom.github.io/sqlmap-command-builder/).
25+
26+
- **FULLY CLIENT-SIDE ARCHITECTURE** → No server-side processing, no dependencies, no trackers. Because you want to keep your data secure.
27+
28+
- **COMPATIBLE WITH A NEWEST SQLMAP VERSION** → Implementing all SqlMap switches, including the newest, and even undocumented parameters.
29+
30+
## 🌐 HOW TO USE
31+
Every commit deploys freshly compiled *index.html* file into the Github Pages:
32+
33+
***https://vizzdoom.github.io/sqlmap-command-builder/***
34+
35+
Feel free to save this URL in your browser bookmarks.
36+
37+
## ⚒️ HOW TO BUILD
38+
39+
The following Python script compilies JS and CSS into a single, easily-distributable `index.html` file.
1540

16-
Run:
1741

1842
```bash
1943
python3 build.py
2044
```
2145

22-
The resulting file can be opened directly in your browser or served from any web server.
23-
24-
Above built artifact is automatically deployed to the project's GitLab Page.
46+
The resulting `index.html` file can be opened directly in your browser or served from a web server.
2547

26-
## Use responsibly
48+
## 🛡️ USE RESPONSIBLY
2749

2850
_This software is exclusively designed for educational purposes._
2951

3052
_The developer is not liable for any damages or misuse that may result from using this tool._
3153

3254
_You have to accept this term to use or distribute this software._
55+
56+
## 🗯️ GET INVOLVED
57+
58+
Found a bug? Have a feature idea?
59+
60+
[→ Submit an issue](https://github.com/vizzdoom/sqlmap-command-builder/issues/new)

example-small.jpg

221 KB
Loading

example.png

7.71 MB
Loading

0 commit comments

Comments
 (0)