[sqlmap-users] [bug] sqlmap version: 0.9-dev (r2906)
Brought to you by:
inquisb
From: abc a. <bi...@gm...> - 2011-01-06 05:19:08
|
hello! i found a bug in the latest sqlmap-dev release! commandline: sqlmap.py -g ABCDEF --batch --is-dba --search --union-test --current-user --current-db --dbs --dump --tables --users --passwords --common-tables --common-columns -x logdatei.txt error: [06:13:56] [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 (r2906) Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 83, in main start() File "/opt/sqli/sqlmap/lib/controller/controller.py", line 247, in start setupTargetEnv() File "/opt/sqli/sqlmap/lib/core/target.py", line 302, in setupTargetEnv __createTargetDirs() File "/opt/sqli/sqlmap/lib/core/target.py", line 266, in __createTargetDirs __configureDumper() File "/opt/sqli/sqlmap/lib/core/target.py", line 231, in __configureDumper conf.dumper.setOutputFile() File "/opt/sqli/sqlmap/lib/core/xmldump.py", line 498, in setOutputFile self.__doc.appendChild(self.__root) File "/usr/lib/python2.6/xml/dom/minidom.py", line 1552, in appendChild "two document elements disallowed") HierarchyRequestErr: two document elements disallowed [*] shutting down at: 06:13:56 |