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

Unhandled exception (#ba0375a3) #5862

Open
sqlmapreporter opened this issue Feb 24, 2025 · 0 comments
Open

Unhandled exception (#ba0375a3) #5862

sqlmapreporter opened this issue Feb 24, 2025 · 0 comments

Comments

@sqlmapreporter
Copy link

Running version: 1.8.12.2#dev
Python version: 3.11.8
Operating system: Windows-10-10.0.19045-SP0
Command line: sqlmap.py -u ********************************************************************************************************* --threads=10 --random-agent --batch
Technique: None
Back-end DBMS: None
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
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

1 participant