Running version: 1.10.7.198#dev
Python version: 3.11.2
Operating system: Linux-6.1.0-50-amd64-x86_64-with-glibc2.36
Command line: /usr/bin/sqlmap -l a2.txt --random-agent --batch --dbms mysql --force-ssl --dump -D *********** -T *****************************
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap", line 255, in main
start()
File "/share/sqlmap/lib/core/decorators.py", line 108, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/controller/controller.py", line 878, in start
action()
File "/share/sqlmap/lib/controller/action.py", line 211, in action
conf.dbmsHandler.dumpTable()
File "/share/sqlmap/plugins/generic/entries.py", line 232, in dumpTable
entries, lengths = keysetDumpTable(tbl, colList, int(count), keysetCursor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/utils/keysetdump.py", line 307, in keysetDumpTable
_dumpComposite(tbl, colList, count, cursor, tableRef, entries, lengths)
File "/share/sqlmap/lib/utils/keysetdump.py", line 250, in _dumpComposite
condition = "(%s)>(%s)" % (orderExpr, ','.join(_lit(_) for _ in prev))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 1: expected str instance, NoneType found