|
1 | 1 | <picture> |
2 | 2 | <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"> |
4 | 4 | </picture> |
5 | 5 |
|
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/> |
7 | 7 |
|
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.** |
9 | 9 |
|
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. |
16 | 11 |
|
17 | 12 | ## Building |
18 | 13 |
|
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: |
20 | 17 |
|
21 | 18 | ```bash |
22 | 19 | python3 build.py |
23 | 20 | ``` |
24 | 21 |
|
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. |
26 | 25 |
|
27 | | -## Usage |
| 26 | +## Use responsibly |
28 | 27 |
|
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._ |
30 | 29 |
|
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._ |
32 | 31 |
|
| 32 | +_You have to accept this term to use or distribute this software._ |
0 commit comments