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 (#2c08d65b) #5838

Closed
sqlmapreporter opened this issue Jan 5, 2025 · 1 comment
Closed

Unhandled exception (#2c08d65b) #5838

sqlmapreporter opened this issue Jan 5, 2025 · 1 comment

Comments

@sqlmapreporter
Copy link

Running version: 1.8.11.8#dev
Python version: 2.7.18
Operating system: Windows-10-10.0.17763
Command line: sqlmap.py -u ************************************************************** --threads=1 --dbms=mysql,mssql --technique=EUBST --exclude-sysdbs --answers=***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************** --random-agent --no-cast --sql-query=select top 1 id,u from TVVendepot..syscolumns where name='NumTarjeta'
Technique: ERROR
Back-end DBMS: Microsoft SQL Server (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 189, in action
    conf.dumper.sqlQuery(query, conf.dbmsHandler.sqlQuery(query))
  File "plugins/generic/custom.py", line 71, in sqlQuery
    output[i] = joinValue(output[i])
  File "lib/core/common.py", line 3722, in joinValue
    retVal = delimiter.join(value)
TypeError: sequence item 1: expected string or Unicode, NoneType found
@stamparm
Copy link
Member

stamparm commented Jan 7, 2025

Fixed with cc245a0d

@stamparm stamparm closed this as completed Jan 7, 2025
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

2 participants