[sqlmap-users] Sqlmap Bug
Brought to you by:
inquisb
From: b1lack <b1...@16...> - 2013-03-27 02:39:38
|
Hello Great hack: I really like this tool,Today, however, I found that injection project encountered a problem. Do not know how to contact to the love of friends of Internet security abroad?I come from China! Error message: [10:34:24] [CRITICAL] unhandled exception in sqlmap/1.0-dev-c19a283, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sql...@li...' or open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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-c19a283 Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u *********************************************************** --random-agent --tables -D ******* -T ******** --dump --stop 2 Technique: BOOLEAN Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 87, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 576, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in action conf.dumper.dbTables(conf.dbmsHandler.getTables()) File "/pentest/database/sqlmap/lib/core/dump.py", line 236, in dbTables blank = " " * (maxlength - len(normalizeUnicode(table) or str(table))) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) |