[sqlmap-users] bug report
Brought to you by:
inquisb
From: m4l1c3 <mal...@gm...> - 2011-02-02 20:48:24
|
./sqlmap.py -u "domain.tld/som.php?xxx=99999" --dump -D database -T this Enumerates DB, Table, but fails to dump to csv. [15:33:17] [CRITICAL] unhandled exception in sqlmap/0.9-dev, 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 command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r3139) Python version: 2.5.2 Operating system: posix Technique: ERROR Back-end DBMS: MySQL Traceback (most recent call last): File "./sqlmap.py", line 83, in main start() File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 414, in start action() File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 103, in action conf.dumper.dbTableValues(conf.dbmsHandler.dumpTable()) File "/pentest/database/sqlmap-dev/lib/core/dump.py", line 366, in dbTableValues self.__write("| %s%s" % (value, blank), n=False) File "/pentest/database/sqlmap-dev/lib/core/dump.py", line 38, in __write dataToStdout(text) File "/pentest/database/sqlmap-dev/lib/core/common.py", line 590, in dataToStdout sys.stdout.write(data.encode(UNICODE_ENCODING, errors="replace")) TypeError: encode() takes no keyword arguments |