Skip to content

omlinky/sqm_xfce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gui for sqlmap

SQLmap Command Builder

Python 3.x License

This is simple GUI for sqlmap based on old Chinese version of SQLmap Command Builder.

Supported OS:

  • Windows
  • Kali Linux by default XFCE (qterminal only)
  • macOS users go here

Requirements:

  • Python 3
  • Qterminal on any Linux OS

How to run on Windows:

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 XFCE Desktop Environment during installation process instead of GNOME to run and use SQLmap Command Builder out of the box.

Alt text

  • 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 Qterminal
sudo apt update
sudo apt install qterminal -y
  • Test it:
qterminal
  • 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

About

Python3 GUI for Sqlmap - XFCE terminal on Linux OS only (by default)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages