Re: [sqlmap-users] UnicodeEncodeError in lib/core/dump.py
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2010-06-18 08:36:27
|
This bug has been fixed few days ago, svn update. Bernardo On Fri, Jun 18, 2010 at 02:29, ehmo <dis...@gm...> wrote: > sqlmap version: 0.9-dev > Python version: 2.5.2 > Operating system: posix > Traceback (most recent call last): > File "sqlmap.py", line 88, in main > start() > File "/root/sqlmap/lib/controller/controller.py", line 267, in start > action() > File "/root/sqlmap/lib/controller/action.py", line 129, in action > conf.dbmsHandler.sqlShell() > File "/root/sqlmap/plugins/generic/enumeration.py", line 1714, in sqlShell > conf.dumper.query(query, output) > File "/root/sqlmap/lib/core/dump.py", line 381, in query > self.string(query, queryRes) > File "/root/sqlmap/lib/core/dump.py", line 70, in string > self.lister(header, data, sort) > File "/root/sqlmap/lib/core/dump.py", line 102, in lister > self.__write("[*] " + ", ".join(unicode(e) for e in element)) > File "/root/sqlmap/lib/core/dump.py", line 46, in __write > print data > UnicodeEncodeError: 'ascii' codec can't encode character u'\xcb' in position 33: ordinal not in range(128) > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |