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

ngudger2021/sqlmap-command-builder

 
 

Repository files navigation

SQLMAP COMMAND BUILDER

This interactive builder lets you craft advanced SQLMap commands without memorising dozens of switches.

Project is build with vanila HTML/JS/CSS – it works completely offline and keeps your data private.

Building

A Python helper script compilies JS and CSS into HTML, creating a single distributable index.html file.

Run:

python3 build.py

The resulting file can be opened directly in your browser or served from any web server.

Above built artifact is automatically deployed to the project's GitLab Page.

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.0%
  • JavaScript 18.1%
  • CSS 12.3%
  • Python 0.6%