Skip to content

Unhandled exception (#2d45b5c8) #5904

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

Open
sqlmapreporter opened this issue May 21, 2025 · 0 comments
Open

Unhandled exception (#2d45b5c8) #5904

sqlmapreporter opened this issue May 21, 2025 · 0 comments

Comments

@sqlmapreporter
Copy link

Running version: 1.9.5.21#dev
Python version: 3.13.3
Operating system: Windows-10-10.0.19045-SP0
Command line: sqlmap.py -r ***************************** -p Pst_SenetID --level=5 --risk=3 -D ********************* -T ************ --columns
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
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 732, in start
    action()
    ~~~~~~^^
  File "lib/controller/action.py", line 139, in action
    conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns(), CONTENT_TYPE.COLUMNS)
                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "plugins/generic/databases.py", line 658, in getColumns
    values = inject.getValue(query, blind=False, time=False)
  File "lib/core/decorators.py", line 96, in _
    result = f(*args, **kwargs)
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/request/inject.py", line 451, in getValue
    value = errorUse(forgeCaseExpression if expected == EXPECTED.BOOL else query, dump)
  File "lib/techniques/error/use.py", line 305, in errorUse
    initTechnique(getTechnique())
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "lib/core/common.py", line 3629, in initTechnique
    kb.pageTemplate, kb.errorIsNone = getPageTemplate(data.templatePayload, kb.injection.place)
                                      ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/request/templates.py", line 16, in getPageTemplate
    page, _, _ = Request.queryPage(payload, place, content=True, raise404=False)
                 ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/core/decorators.py", line 80, in _
    result = f(*args, **kwargs)
  File "lib/request/connect.py", line 1593, in queryPage
    page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare)
                          ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/request/connect.py", line 995, in getPage
    processResponse(page, responseHeaders, code, status)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "lib/request/basic.py", line 398, in processResponse
    if identYwaf.non_blind_check(rawResponse, silent=True):
       ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "thirdparty/identywaf/identYwaf.py", line 400, in non_blind_check
    match = re.search(WAF_RECOGNITION_REGEX, raw or "")
  File "/Program Files/Python313/Lib/re/__init__.py", line 177, in search
    return _compile(pattern, flags).search(string)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
RuntimeError: internal error in regular expression engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant