[sqlmap-users] Crash trace
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2011-12-29 17:02:11
|
[11:00:35] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4638), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the following 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 (r4638)Python version: 2.7.2+Operating system: posixCommand line: ./sqlmap.py -r /root/blah --level=3 --dbms=mysql --technique=eu -o --dump --threads=10 --batchTechnique: ERRORBack-end DBMS: MySQL (fingerprinted)Traceback (most recent call last): File "/root/tools/sqlmap/_sqlmap.py", line 83, in main start() File "/root/tools/sqlmap/lib/controller/controller.py", line 588, in start action() File "/root/tools/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/root/tools/sqlmap/plugins/generic/enumeration.py", line 1772, in dumpTable conf.dumper.dbTableValues(kb.data.dumpedTable) File "/root/tools/sqlmap/lib/core/dump.py", line 463, in dbTableValues self.__write("| %s%s" % (value, blank), n=False, console=console) File "/root/tools/sqlmap/lib/core/dump.py", line 56, in __write self.__outputBP.write(text)UnicodeEncodeError: 'ascii' codec can't encode character u'\u0103' in position 7: ordinal not in range(128) [*] shutting down at 11:00:35 -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |