An open API service indexing awesome lists of open source software.

https://github.com/vizzdoom/sqlmap-command-builder

Advanced SQLMap command builder with an intuitive cheatsheet UI. Works locally in your browser as a single HTML file (no data sent anywhere).
https://github.com/vizzdoom/sqlmap-command-builder

cheatsheet command-line command-line-parser cyber-security cybersecurity cybersecurity-tools hacker-tools hacking hacking-tool hacking-toolkit hacking-tools helper-tool security-tools sql-builder sql-injection sql-injection-attacks sqlinjection sqlmap sqlmap-gui sqlmap-webui

Last synced: about 1 month ago
JSON representation

Advanced SQLMap command builder with an intuitive cheatsheet UI. Works locally in your browser as a single HTML file (no data sent anywhere).

Awesome Lists containing this project

README

          

### LIVE VERSION:

![Example](docs/example.png)

---




SQLMAP COMMAND BUILDER

***SQLMAP COMMAND BUILDER*** helps you craft advanced SQLMap commands without memorizing dozens of switches.

Transform your SQLMap workflow into a **point-and-click experience** through a clean, modern web interface that simplifies complex penetration testing.

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.

- **REAL-TIME COMMAND GENERATION** → Master SQLMap's switches and fine-tune your SQL Injection scans.

- **WEB USER INTERFACE** → Designed with organized categories, accessible directly through any modern browser you can select particular sqlmap options.

- **NO INSTALLATION NEEDED** → Built with vanilla HTML/JS/CSS, accessible by [a single HTML file](https://vizzdoom.github.io/sqlmap-command-builder/).

- **FULLY CLIENT-SIDE ARCHITECTURE** → No server-side processing, no dependencies, no trackers. Because you want to keep your data secure.

- **COMPATIBLE WITH A NEWEST SQLMAP VERSION** → Implementing all SqlMap switches, including the newest, and even undocumented parameters.

## 🌐 HOW TO USE
Every commit deploys freshly compiled *index.html* file into the Github Pages:

***https://vizzdoom.github.io/sqlmap-command-builder/***

Feel free to save this URL in your browser bookmarks.

## ⚒️ HOW TO BUILD

The following Python script compilies JS and CSS into a single, easily-distributable `index.html` file.

```bash
python3 build.py
```

The resulting `index.html` file can be opened directly in your browser or served from a web server.

## 🛡️ USE RESPONSIBLY

_This software is exclusively designed for educational purposes._

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

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

## 🗯️ GET INVOLVED

Found a bug? Have a feature idea?

[→ Submit an issue](https://github.com/vizzdoom/sqlmap-command-builder/issues/new)