Hi,when running sqlmap get the following message
[18:31:06] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your run with
the latest development version from the GitHub repository. If the exception per
sists, please send by e-mail to 'sql...@li...' or open a n
ew issue at ' https://github.com/sqlmapproject/sqlmap/issues/new ' with the follow
ing text and any information required to reproduce the bug. The developers will
try to reproduce the bug, fix it accordingly and get back to you.
sqlmap version: 1.0-dev
Python version: 2.7.6
Operating system: nt
Command line: C:\sql\sql\sqlmap.py -u ******************************************
****
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
File "C:\sql\sql\sqlmap.py", line 95, in main
start()
File "C:\sql\sql\lib\controller\controller.py", line 364, in start
setupTargetEnv()
File "C:\sql\sql\lib\core\target.py", line 605, in setupTargetEnv
_createTargetDirs()
File "C:\sql\sql\lib\core\target.py", line 528, in _createTargetDirs
conf.outputPath = os.path.join(paths.SQLMAP_OUTPUT_PATH, getUnicode(conf.hos
tname))
File "C:\Python27\lib\ntpath.py", line 108, in join
path += "\\" + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 9: ordinal
not in range(128)
[*] shutting down at 18:31:06
Pyton and sqlmap downloaded the latest version from official sources. Operating system Windows7. Help .
|