Skip to content

Commit 403a7ab

Browse files
authored
Update README.md
1 parent 6ed6f69 commit 403a7ab

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
<picture>
22
<source media="(prefers-color-scheme: dark)" srcset="./logo-dark.png">
3-
<img alt="SQLMAP COMMAND BUILDER" src="./logo-white.png">
3+
<img height=350 alt="SQLMAP COMMAND BUILDER" src="./logo-white.png">
44
</picture>
55

6-
**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.
6+
## <https://vizzdoom.github.io/sqlmap-command-builder/>
77

8-
Thewhole project is pure HTML, CSS and JavaScript, so it works completely offline to keeps your tests private.
8+
**This interactive builder lets you craft advanced [SQLMap](https://github.com/sqlmapproject/sqlmap) commands without memorising dozens of CLI switches.**
99

10-
This command builder saves you from endless command‑line tweaking and lets you focus on the actual penetration test.
11-
12-
## Project website
13-
14-
<https://vizzdoom.github.io/sqlmap-command-builder/>
15-
(this page source code can be saved and opened locally)
10+
Project is build pure in vanila HTML/JS/CSS, so it works completely offline to keeps your data private.
1611

1712
## Building
1813

19-
A Python helper script is provided to inline all assets and produce a single distributable `index.html` file. Run:
14+
A Python helper script compilies JS and CSS into HTML, creating a single distributable `index.html` file.
15+
16+
Run:
2017

2118
```bash
2219
python3 build.py
2320
```
2421

25-
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.
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.
2625

27-
## Usage
26+
## Use responsibly
2827

29-
Open `index.html` and select the options you need. The generator will compose the appropriate SQLMap command line.
28+
_This software is exclusively designed for educational purposes._
3029

31-
**Use responsibly — only test systems you have permission to audit.**
30+
_The developer are not liable for any damages or misuse that may result from using this tool._
3231

32+
_You have to accept this term to use or distribute this software._

0 commit comments

Comments
 (0)