[sqlmap-users] bug: Path with special characters æøå ÆØÅ
Brought to you by:
inquisb
From: Kasper F. <th...@ma...> - 2010-03-05 15:12:14
|
Hell sqlmap users. I am using your software on Windows 7, and I have a path with a ø in it. The problem is that sqlmap does not like these special paths, and I would consider this as a bug. Here is a minimal example showing the problem: C:\ø>sqlmap.exe -u www.google.dk sqlmap/0.7 by Bernardo Damele A. G. <ber...@gm...> [*] starting at: 15:55:08 [15:55:08] [ERROR] unhandled exception in sqlmap/0.7, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.7 Python version: 2.6.1 Operating system: win32 Traceback (most recent call last): File "sqlmap.py", line 81, in main File "lib\core\option.pyc", line 1011, in init File "lib\parse\queriesfile.pyc", line 222, in queriesParser File "xml\sax\__init__.pyc", line 33, in parse File "xml\sax\expatreader.pyc", line 107, in parse File "xml\sax\xmlreader.pyc", line 119, in parse File "xml\sax\expatreader.pyc", line 111, in prepareParser UnicodeEncodeError: 'ascii' codec can't encode character u'\xf8' in position 3: ordinal not in range(128) [*] shutting down at: 15:55:08 C:\ø> I hope this can be solved. |