Re: [sqlmap-users] UnicodeEncodeError:
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2010-08-06 12:21:45
|
The following appears in the session: Akgì¼ndì¼z On Thu, Aug 5, 2010 at 6:26 PM, m4l1c3 <mal...@gm...> wrote: > ./sqlmap.py -u "LONG URL" --dump -C COLUMNS1,COLUMN2 -T TABLE -D DATABASE > > Ver 1810 > > > > [18:23:57] [ERROR] unhandled exception in sqlmap/0.9-dev, 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.9-dev > Python version: 2.5.2 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 89, in main > start() > File "/pentest/database/sqlmap/sqlmap/lib/controller/controller.py", line > 278, in start > action() > File "/pentest/database/sqlmap/sqlmap/lib/controller/action.py", line > 117, in action > conf.dumper.dbTableValues(conf.dbmsHandler.dumpTable()) > File "/pentest/database/sqlmap/sqlmap/lib/core/dump.py", line 329, in > dbTableValues > self.__write("| %s%s" % (value, blank), n=False) > File "/pentest/database/sqlmap/sqlmap/lib/core/dump.py", line 50, in > __write > print data, > UnicodeEncodeError: 'ascii' codec can't encode character u'\uc4b1' in > position 9: ordinal not in range(128) > > |