Skip to content

Unhandled exception (#9a60402b) #2246

@sqlmapreporter

Description

@sqlmapreporter
sqlmap version: 1.0.10.54#dev
Python version: 2.7.5
Operating system: posix
Command line: sqlmap.py -u ******************************************************* --file-read **************
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 151, in main
    start()
  File "lib/controller/controller.py", line 633, in start
    action()
  File "lib/controller/action.py", line 144, in action
    conf.dumper.rFile(conf.dbmsHandler.readFile(conf.rFile))
  File "plugins/generic/filesystem.py", line 254, in readFile
    localFilePath = dataToOutFile(remoteFile, fileContent)
  File "lib/core/common.py", line 937, in dataToOutFile
    with open(retVal, "w+b") as f:  # has to stay as non-codecs because data is raw ASCII encoded data
UnicodeEncodeError: 'ascii' codec can't encode characters in position 48-51: ordinal not in range(128)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions