Skip to content

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

License

Notifications You must be signed in to change notification settings

vizzdoom/sqlmap-command-builder

Repository files navigation

Example


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.

  • 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.

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