GithubHelp home page GithubHelp logo

needle-wang / sqlmap-gtk Goto Github PK

View Code? Open in Web Editor NEW
131.0 131.0 32.0 6.92 MB

sqlmap GUI using PyGObject(gtk+3).

License: GNU General Public License v3.0

Python 99.83% Shell 0.03% CSS 0.14%
pygobject python3 sqlmap sqlmap-gui

sqlmap-gtk's People

Contributors

needle-wang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sqlmap-gtk's Issues

结果输出那里无法复制粘贴

如果把这个问题解决就好了,因为很多结果都需要复制粘贴的,比如说跑出来的MD5密码,等等很多都需要把结果复制

报错如下

Traceback (most recent call last):
File "/root/sql_gui/sqlmap-gtk/./sqlmap_gtk.py", line 10, in
from widgets import (GLib, Vte, d, g, Box, Frame, btn, label)
File "/root/sql_gui/sqlmap-gtk/widgets.py", line 9, in
import gi
ModuleNotFoundError: No module named 'gi'

PyGObject install error

I received this error while installing PyGObject on windows.

pip3 install PyGObject
Collecting PyGObject
  Using cached PyGObject-3.38.0.tar.gz (712 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Requirement already satisfied: pycairo>=1.11.1 in c:\users\dell\appdata\local\programs\python\python39\lib\site-packages (from PyGObject) (1.20.0)
Building wheels for collected packages: PyGObject
  Building wheel for PyGObject (PEP 517) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python39\python3.exe' 'c:\users\dell\appdata\local\programs\python\python39\lib\site-packages\pip\_vendor\pep517\_in_process.py' build_wheel 'C:\Users\DELL\AppData\Local\Temp\tmpy4zmavdo'
       cwd: C:\Users\DELL\AppData\Local\Temp\pip-install-l9jyudri\pygobject_7b448b41d57e4679a0072fd4be068a87
  Complete output (48 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.9
  creating build\lib.win-amd64-3.9\pygtkcompat
  copying pygtkcompat\generictreemodel.py -> build\lib.win-amd64-3.9\pygtkcompat
  copying pygtkcompat\pygtkcompat.py -> build\lib.win-amd64-3.9\pygtkcompat
  copying pygtkcompat\__init__.py -> build\lib.win-amd64-3.9\pygtkcompat
  creating build\lib.win-amd64-3.9\gi
  copying gi\docstring.py -> build\lib.win-amd64-3.9\gi
  copying gi\importer.py -> build\lib.win-amd64-3.9\gi
  copying gi\module.py -> build\lib.win-amd64-3.9\gi
  copying gi\pygtkcompat.py -> build\lib.win-amd64-3.9\gi
  copying gi\types.py -> build\lib.win-amd64-3.9\gi
  copying gi\_constants.py -> build\lib.win-amd64-3.9\gi
  copying gi\_error.py -> build\lib.win-amd64-3.9\gi
  copying gi\_gtktemplate.py -> build\lib.win-amd64-3.9\gi
  copying gi\_option.py -> build\lib.win-amd64-3.9\gi
  copying gi\_ossighelper.py -> build\lib.win-amd64-3.9\gi
  copying gi\_propertyhelper.py -> build\lib.win-amd64-3.9\gi
  copying gi\_signalhelper.py -> build\lib.win-amd64-3.9\gi
  copying gi\__init__.py -> build\lib.win-amd64-3.9\gi
  creating build\lib.win-amd64-3.9\gi\repository
  copying gi\repository\__init__.py -> build\lib.win-amd64-3.9\gi\repository
  creating build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\Gdk.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\GdkPixbuf.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\GIMarshallingTests.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\Gio.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\GLib.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\GObject.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\Gtk.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\keysyms.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\Pango.py -> build\lib.win-amd64-3.9\gi\overrides
  copying gi\overrides\__init__.py -> build\lib.win-amd64-3.9\gi\overrides
  running build_ext
  pycairo: new API
  pycairo: trying include directory: 'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-build-env-afe4otui\\overlay\\Lib\\site-packages\\cairo\\include'
  pycairo: found 'C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-build-env-afe4otui\\overlay\\Lib\\site-packages\\cairo\\include\\py3cairo.h'
  building 'gi._gi' extension
  creating build\temp.win-amd64-3.9
  creating build\temp.win-amd64-3.9\Release
  creating build\temp.win-amd64-3.9\Release\gi
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPY_SSIZE_T_CLEAN -IC:\Users\DELL\AppData\Local\Temp\pip-install-l9jyudri\pygobject_7b448b41d57e4679a0072fd4be068a87 -IC:\Users\DELL\AppData\Local\Temp\pip-install-l9jyudri\pygobject_7b448b41d57e4679a0072fd4be068a87\gi -Ic:\users\dell\appdata\local\programs\python\python39\include -Ic:\users\dell\appdata\local\programs\python\python39\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\ATLMFC\include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.28.29333\include -IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt /Tcgi\gimodule.c /Fobuild\temp.win-amd64-3.9\Release\gi\gimodule.obj -FImsvc_recommended_pragmas.h
  gimodule.c
  gi\gimodule.c: fatal error C1083: Cannot open include file: 'msvc_recommended_pragmas.h': No such file or directory
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  ----------------------------------------
  ERROR: Failed building wheel for PyGObject
Failed to build PyGObject
ERROR: Could not build wheels for PyGObject which use PEP 517 and cannot be installed directly

error.txt

Tamper options

It would be great if the gui would create a list of tamper scripts available and allow the user to select the one he wants to use.

This would make it easier to select an evasion scripts that works.

Thanks for your project!

关于web gui

之前提到的web gui, 不知道你能否给弄出來呢?😅 thx!!~

ValueError: Namespace Vte not available

Traceback (most recent call last):
File "/sqlmap/sqlmap_gtk.py", line 10, in
from widgets import (GLib, Vte, d, g, Box, Frame, btn, label)
File "/sqlmap/widgets.py", line 12, in
gi.require_version('Vte', '2.91')
File "/usr/lib/python3/dist-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Vte not available
kali 报错 缺什么包么

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.