Skip to content

Unhandled exception (#f41a92cb) #1886

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.0.5.16#dev
Python version: 2.7.11
Operating system: nt
Command line: sqlmap.py --proxy=*********************** -u *************************************** -D ***** --dump-all
Technique: STACKED
Back-end DBMS: Microsoft SQL Server (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 129, in main
    start()
  File "lib/controller/controller.py", line 629, in start
    action()
  File "lib/controller/action.py", line 130, in action
    conf.dbmsHandler.dumpAll()
  File "plugins/generic/entries.py", line 378, in dumpAll
    self.dumpTable()
  File "plugins/generic/entries.py", line 280, in dumpTable
    retVal = pivotDumpTable(table, colList, count, blind=True)
  File "lib/utils/pivotdumptable.py", line 137, in pivotDumpTable
    for pivotValue in filter(None, ("  " if pivotValue == " " else None, "%s%s" % (pivotValue[0], unichr(ord(pivotValue[1]) + 1)) if len(pivotValue) > 1 else None, unichr(ord(pivotValue[0]) + 1))):
ValueError: unichr() arg not in range(0x10000) (narrow Python build)

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions