Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLMap API not starting #46

Open
rencep opened this issue Nov 12, 2024 · 2 comments
Open

SQLMap API not starting #46

rencep opened this issue Nov 12, 2024 · 2 comments

Comments

@rencep
Copy link

rencep commented Nov 12, 2024

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

Screenshot 2024-11-12 191531


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'

@codewatchorg
Copy link
Owner

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.

@rencep
Copy link
Author

rencep commented Nov 12, 2024

So I'll just wait for your update. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants