|
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/> |
5 | 2 |
|
6 |
| -## <https://vizzdoom.github.io/sqlmap-command-builder/> |
| 3 | + |
7 | 4 |
|
8 |
| -**This interactive builder lets you craft advanced SQLMap commands without memorising dozens of switches.** |
| 5 | +--- |
9 | 6 |
|
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> |
11 | 13 |
|
12 |
| -## Building |
| 14 | +***SQLMAP COMMAND BUILDER*** helps you craft advanced SQLMap commands without memorizing dozens of switches. |
13 | 15 |
|
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. |
15 | 40 |
|
16 |
| -Run: |
17 | 41 |
|
18 | 42 | ```bash
|
19 | 43 | python3 build.py
|
20 | 44 | ```
|
21 | 45 |
|
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. |
25 | 47 |
|
26 |
| -## Use responsibly |
| 48 | +## 🛡️ USE RESPONSIBLY |
27 | 49 |
|
28 | 50 | _This software is exclusively designed for educational purposes._
|
29 | 51 |
|
30 | 52 | _The developer is not liable for any damages or misuse that may result from using this tool._
|
31 | 53 |
|
32 | 54 | _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) |
0 commit comments