Burp Suite User Forum

Create new post

sqlpyi

Jeetu | Last updated: Apr 12, 2024 11:07AM UTC

Hi I am trying to install sqlpyi but its not working , i tried many things but its showing sqlmap api is not running.I am using window machine. Colud you help me for this issue. Below some error when i tried to run sqlmapapi.py file C:\Users\Jitender.Rajput\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap>python sqlmapapi.py -s -H 127.0.0.1 -p 9090 Traceback (most recent call last): File "C:\Users\Jitender.Rajput\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\lib\core\compat.py", line 281, in <module> from pkg_resources import parse_version as LooseVersion ModuleNotFoundError: No module named 'pkg_resources' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Jitender.Rajput\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\sqlmapapi.py", line 22, in <module> from lib.core.common import getUnicode File "C:\Users\Jitender.Rajput\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\lib\core\common.py", line 47, in <module> from lib.core.bigarray import BigArray File "C:\Users\Jitender.Rajput\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\lib\core\bigarray.py", line 19, in <module> from lib.core.compat import xrange File "C:\Users\Jitender.Rajput\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\lib\core\compat.py", line 283, in <module> from distutils.version import LooseVersion ModuleNotFoundError: No module named 'distutils'

Hannah, PortSwigger Agent | Last updated: Apr 15, 2024 08:40AM UTC

Hi Could you tell me the version of Jython that you have configured under "Extensions > Extension settings > Python environment"? The extension description recommends usage of v2.7.2 of Jython, rather than the latest version (2.7.3). As extensions are written by other users of Burp, you can raise an issue with the author directly on their GitHub repo here: https://github.com/codewatchorg/sqlipy

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.