Sqm
Python3 GUI for Sqlmap - Windows OS and Linux OS only
Install / Use
/learn @omlinky/SqmREADME
Gui for sqlmap
SQLmap Command Builder
This is simple GUI for sqlmap based on old Chinese version of SQLmap Command Builder.
Supported OS:
- Windows
- Linux (gnome terminal only)
- macOS users go here
Requirements:
- Python 3
- Gnome terminal on any Linux OS
How to run on Windows:
- Install Python 3
- Verify you python 3 instalation:
python3 --version
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
- Put all files of SQLmap Command Builder in sqlmap installation folder
- Run sqm.pyw like other Windows programs
How to run on Kali:
- Choose GNOME Desktop Environment during installation process instead of Xfce(Kali’s default desktop environment) to run and use SQLmap Command Builder out of the box.

- Check your python version
python3 --version
- Get the last sqlmap from Git repository
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
- Move all files of SQLmap Command Builder in sqlmap folder.
- Go to your sqlmap folder
cd /home/kali/sqlmap-dev
- Run SQLmap Command Builder
cd /home/kali/sqlmap-dev
python3 sqm.pyw
For other Linux users:
- Install Gnome terminal
sudo apt update
sudo apt install gnome-terminal -y
On Debian:
sudo apt install task-gnome-desktop
- Check your python version
python3 --version
- Get the last sqlmap from Git repository
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
- Move all files of SQLmap Command Builder in sqlmap folder
- Go to your sqlmap folder
cd /home/kali/sqlmap-dev
- Run SQLmap Command Builder
cd /home/kali/sqlmap-dev
python3 sqm.pyw
Simple usage out of the box on Kali
- move sqm to /usr/bin/
cd /home/kali/sqlmap-dev
sudo mv sqm /usr/bin/
- Give necessary permissions
sudo chmod u+x /usr/bin/sqm
- in Terminal input command
sqm
All video instructions and updates announces you can find on my twitter
@omlinky
Related Skills
feishu-drive
344.1k|
things-mac
344.1kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
344.1kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
postkit
PostgreSQL-native identity, configuration, metering, and job queues. SQL functions that work with any language or driver
