[sqlmap-users] Whee, more trace
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2011-12-30 15:34:37
|
[09:33:24] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4640), 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 (r4640)Python version: 2.7.2+Operating system: posixCommand line: ./sqlmap.py -r /root/blah --level=3 --dbms=mysql --technique=eu -o --dump-all --threads=10 --batch --exclude-sysdbsTechnique: 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 112, in action conf.dbmsHandler.dumpAll() File "/root/tools/sqlmap/plugins/generic/enumeration.py", line 1820, in dumpAll self.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 59, in __write self.flush() File "/root/tools/sqlmap/lib/core/dump.py", line 69, in flush self.__outputBP.reset()AttributeError: StringIO instance has no attribute 'reset' [*] shutting down at 09:33:24 Traceback (most recent call last): File "./sqlmap.py", line 20, in <module> main() File "/root/tools/sqlmap/_sqlmap.py", line 127, in main dumper.flush() File "/root/tools/sqlmap/lib/core/dump.py", line 69, in flush self.__outputBP.reset()AttributeError: StringIO instance has no attribute 'reset' -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |