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 (#f093b12f) #5521

Closed
sqlmapreporter opened this issue Sep 5, 2023 · 0 comments
Closed

Unhandled exception (#f093b12f) #5521

sqlmapreporter opened this issue Sep 5, 2023 · 0 comments
Assignees
Milestone

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 ****************** --dump
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 23420 digits; use sys.set_int_max_str_digits() to increase the limit
@stamparm stamparm self-assigned this Sep 7, 2023
@stamparm stamparm added this to the 1.8 milestone Sep 7, 2023
pull bot pushed a commit to googlesky/sqlmap that referenced this issue Sep 7, 2023
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