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
>>> import sqlmapapi
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
import sqlmapapi
File "/home/stamparm/Private/Work/sqlmap/sqlmapapi.py", line 73, in <module>
from lib.utils.api import client
File "/home/stamparm/Private/Work/sqlmap/lib/utils/api.py", line 59, in <module>
from thirdparty.bottle.bottle import error as return_error
File "/home/stamparm/Private/Work/sqlmap/thirdparty/bottle/bottle.py", line 72, in <module>
import base64, calendar, cgi, email.utils, functools, hmac, itertools,\
mimetypes, os, re, tempfile, threading, time, warnings, weakref, hashlib
ModuleNotFoundError: No module named 'cgi'
References:
bottlepy/bottle#1403
https://github.com/valq7711/bottle/tree/multipart
The text was updated successfully, but these errors were encountered: