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", line 222, in main
start()
File "/share/sqlmap/lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/controller/controller.py", line 732, in start
action()
File "/share/sqlmap/lib/controller/action.py", line 163, in action
conf.dbmsHandler.dumpTable()
File "/share/sqlmap/plugins/generic/entries.py", line 251, in dumpTable
entries = inject.getValue(query, blind=False, time=False, dump=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/core/decorators.py", line 96, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/request/inject.py", line 451, in getValue
value = errorUse(forgeCaseExpression if expected == EXPECTED.BOOL else query, dump)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/share/sqlmap/lib/techniques/error/use.py", line 358, in errorUse
elif (not count or int(count) == 0):
^^^^^^^^^^
ValueError: Exceeds the limit (4300 digits) for integer string conversion: value has 57728 digits; use sys.set_int_max_str_digits() to increase the limit
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: