Re: [sqlmap-users] bug: Path with special characters æøå ÆØÅ
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-03-05 15:20:08
|
Dear Kasper. We can consider this as a bug, but... Python has a serious problems around proper usage of special (unicode) characters. Let's say that it's possible to implement this, but will require more than just few lines of code to be modified ;) We'll put this on a wish list and try to fix it, but can't promise you that it will be tomorrow. Kind regards, Miroslav Stampar On Fri, Mar 5, 2010 at 3:56 PM, Kasper Føns <th...@ma...> wrote: > 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. > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B |