[sqlmap-users] sqlmap error
Brought to you by:
inquisb
From: Chris C. <ccl...@fl...> - 2011-07-07 20:45:10
|
[15:37:17] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4224), 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 (r4224) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py --batch --eta --os-shell --priv-esc --dump-all --forms -o -u ********************************************** Technique: None Back-end DBMS: Microsoft Access (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 86, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 552, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 112, in action conf.dbmsHandler.dumpAll() File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 1781, in dumpAll self.getTables() File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 806, in getTables tables = self.getTables(False) File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 867, in getTables query = rootQuery.inband.query AttributeError: 'DictObject' object has no attribute 'inband' [*] shutting down at 15:37:17 Chris |