-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Running version: 1.9.6.6#dev
Python version: 3.13.5
Operating system: Windows-11-10.0.26100-SP0
Command line: sqlmap.py -u ************************************************************************************************************ --dbs
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 457, in start
checkStability()
~~~~~~~~~~~~~~^^
File "lib/controller/checks.py", line 1327, in checkStability
checkDynamicContent(firstPage, secondPage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "lib/controller/checks.py", line 1215, in checkDynamicContent
findDynamicContent(firstPage, secondPage)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "lib/core/common.py", line 3244, in findDynamicContent
blocks = list(SequenceMatcher(None, firstPage, secondPage).get_matching_blocks())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/AppData/Local/Programs/Python/Python313/Lib/difflib.py", line 454, in get_matching_blocks
i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/AppData/Local/Programs/Python/Python313/Lib/difflib.py", line 385, in find_longest_match
k = newj2len[j] = j2lenget(j-1, 0) + 1
^^^^^^^^
TypeError: 'async for' requires an iterator with __anext__ method, got int