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
Traceback (most recent call last):
File "sqlmap.py", line 222, in main
start()
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "lib/controller/controller.py", line 607, in start
injection = checkSqlInjection(place, parameter, value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/controller/checks.py", line 507, in checkSqlInjection
Request.queryPage(genCmpPayload(), place, raise404=False)
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "lib/request/connect.py", line 1607, in queryPage
return comparison(page, headers, code, getRatioValue, pageLength)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/request/comparison.py", line 38, in comparison
_ = _adjust(_comparison(page, headers, code, getRatioValue, pageLength), getRatioValue)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "lib/request/comparison.py", line 161, in _comparison
seqMatcher.set_seq2(seq2)
File "/Program Files/Python311/Lib/difflib.py", line 248, in set_seq2
self.__chain_b()
File "/Program Files/Python311/Lib/difflib.py", line 281, in __chain_b
indices = b2j.setdefault(elt, [])
^^^
TypeError: 'enumerate' object does not support the context manager protocol
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: