You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run SQLMap Api on my Burp but it doesn't start,
Windows OS: Windows 11
Burp: 2024.9.5
Python 3.13.0
jython 2.7.0
PS C:\Users\> python C:\Users\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\sqlmapapi.py
Traceback (most recent call last):
File "C:\Users\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\sqlmapapi.py", line 31, in <module>
from lib.utils.api import client
File "C:\Users\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\lib\utils\api.py", line 58, in <module>
from thirdparty.bottle.bottle import error as return_error
File "C:\Users\AppData\Roaming\BurpSuite\bapps\f154175126a04bfe8edc6056f340f52e\sqlmap\thirdparty\bottle\bottle.py", line 72, in <module>
import base64, calendar, cgi, email.utils, functools, hmac, imp, itertools,\
mimetypes, os, re, tempfile, threading, time, warnings, weakref, hashlib
ModuleNotFoundError: No module named 'cgi'
The text was updated successfully, but these errors were encountered:
Looks like that is a combination of the version of Python you are using with the version of sqlmap that is part of the extension: sqlmapproject/sqlmap#5732.
I have some updates to make and will work to incorporate the latest version of sqlmap with those updates.
Good day,
I'm trying to run SQLMap Api on my Burp but it doesn't start,
Windows OS: Windows 11
Burp: 2024.9.5
Python 3.13.0
jython 2.7.0
The text was updated successfully, but these errors were encountered: