Skip to content

Commit f2a91c0

Browse files
committed
Improve README with promotional details
1 parent c499998 commit f2a91c0

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# SQLMap Command Builder
22

3-
## Project website: https://vizzdoom.github.io/sqlmap-command-builder/
3+
**Take control of SQLMap with a single page app.** This interactive builder lets you craft advanced [SQLMap](https://github.com/sqlmapproject/sqlmap) commands without memorising dozens of CLI switches. The whole project is pure HTML, CSS and JavaScript, so it works completely offline and keeps your tests private.
4+
5+
## Why is this tool handy?
6+
7+
- **Quick templates** – Start from built-in scenarios such as GET or POST tests and a Burp request import.
8+
- **Full option coverage** – Toggle SQLMap's flags from clearly arranged tabs.
9+
- **Tamper scripts** – Enable obfuscation techniques with a single click.
10+
- **Save/Load configs** – Keep your favourite setups and share them easily.
11+
- **Works offline** – Perfect for restricted environments or on‑site engagements.
12+
13+
Whether you are new to SQLMap or a seasoned operator, the builder saves you from endless command‑line tweaking and lets you focus on the actual test.
14+
15+
## Project website
16+
17+
<https://vizzdoom.github.io/sqlmap-command-builder/>
18+
19+
## Building
20+
21+
A Python helper script is provided to inline all assets and produce a single distributable `index.html` file. Run:
22+
23+
```bash
24+
python3 build.py
25+
```
26+
27+
The resulting file can be opened directly in your browser or served from any web server. The same built file is also deployed to the project's GitLab Pages.
28+
29+
## Usage
30+
31+
Open `index.html` and select the options you need. The generator will compose the appropriate SQLMap command line.
32+
33+
**Use responsibly — only test systems you have permission to audit.**
434

5-
Interactive command line generator for conducting advanced SQLMap pentests.
6-
This project works locally with pure HTML/JS/CSS (no data exchanged to any server).

0 commit comments

Comments
 (0)