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 (#238464cc) #5525

Closed
sqlmapreporter opened this issue Sep 8, 2023 · 1 comment
Closed

Unhandled exception (#238464cc) #5525

sqlmapreporter opened this issue Sep 8, 2023 · 1 comment

Comments

@sqlmapreporter
Copy link

Running version: 1.7.8.11#dev
Python version: 3.11.4
Operating system: Linux-6.3.0-kali1-amd64-x86_64-with-glibc2.37
Command line: /usr/bin/sqlmap -u ************************************************************************************************* -p category_id --risk 3 --level 5 --random-agent --hex --cookie ************************************************************ --threads 1 --time-sec 2 --tamper=space2comment.py -D *** -T ******************** --dump --batch
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
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 41788 digits; use sys.set_int_max_str_digits() to increase the limit
@stamparm
Copy link
Member

stamparm commented Sep 8, 2023

Duplicate of #5521 (fixed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants