needle-wang/sqlmap-gtk
Fork: 32 Star: 134 (更新于 2024-10-24 10:59:18)
license: GPL-3.0
Language: Python .
sqlmap GUI using PyGObject(gtk+3).
最后发布版本: v0.3.5.2 ( 2021-01-29 04:20:05)
sqlmap-gtk
sqlmap GUI, using PyGObject(gtk+3)
supports linux, test on Mint 20, kali 2020.4
sqlmap-wx on win, which needs to improve.
sqlmap has port to python3.
don't use python2 any more please.
SCREENSHOT
HOW-TO
- Prerequisites
- python3.6+, GTK+3.20 above(linux has contained)
-
sqlmap: (choose one)
-
pip3 install sqlmap
(suggestion) -
git clone https://github.com/sqlmapproject/sqlmap.git
-
- pygobject: (choose one)
-
apt-get install python3-gi
(suggestion) -
pip3 install PyGObject
-
- requests:
pip3 install requests
- Download
-
git clone https://github.com/needle-wang/sqlmap-gtk.git
- Run
-
./sqlmap_gtk.py
FUNCTION
- all sqlmap(1.4.12.45#dev) options(except --all)
- built-in terminal
- sqlmapapi client
- built-in mini wiki(tooltip and placeholder)
- session: autosave current options before quit, autoload last used options
- language switch(see
ABOUT
page): English, Chinese
if you don't need zh lang at all:
rm -r static/{zh_CN.po,locale}
it works fine.
ABOUT
- v0.3.5.2
2021-01-29 04:04:35 - use PyGObject(python3-gi + Gtk+3) to recode sqm.py
- thanks to the idea from sqm https://github.com/kxcode/gui-for-sqlmap
author: KINGX(sqm UI using python2 + tkinter)
REFERENCE
- Python GTK+3 Tutorial: https://python-gtk-3-tutorial.readthedocs.io/en/latest/
- PyGObject-GTK 3.0 API: https://lazka.github.io/pgi-docs/Gtk-3.0/
最近版本更新:(数据更新于 2024-10-11 07:50:06)
2021-01-29 04:20:05 v0.3.5.2
2021-01-01 02:58:28 v0.3.4.3
2019-10-10 09:35:02 v0.3.4.2
2019-10-09 03:49:43 v0.3.4.1
2019-05-17 22:03:42 v0.3.4
2019-05-15 00:14:41 v0.3.3
2019-05-01 03:17:15 v0.3.2
2019-04-20 22:17:48 v0.3
2018-10-24 22:53:11 v0.2
2018-09-19 13:53:04 sqlmap-ui0.1
主题(topics):
pygobject, python3, sqlmap, sqlmap-gui
needle-wang/sqlmap-gtk同语言 Python最近更新仓库
2024-11-06 03:34:16 home-assistant/core
2024-11-05 16:16:26 Guovin/TV
2024-11-05 15:03:24 Cinnamon/kotaemon
2024-11-04 23:11:11 DS4SD/docling
2024-11-04 10:56:18 open-compass/opencompass
2024-11-04 08:51:21 yt-dlp/yt-dlp