[sqlmap-users] Error
Brought to you by:
inquisb
From: Oluseyi A. <sey...@gm...> - 2011-09-24 20:15:07
|
Hi, Just received this error trying to dump a sybase db. 21:13:02] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4384), 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 (r4384) Python version: 2.7.1 Operating system: posix Command line: ./sqlmap.py -u ************************************************************** -D ********* -T USER -C ***************************************** --text-only --dbms=sybase --batch --parse-errors --threads=10 --start=1 --stop=10 --dump Technique: ERROR Back-end DBMS: Sybase (fingerprinted) Traceback (most recent call last): File "/Users/fx0ne/sqlmap/_sqlmap.py", line 86, in main start() File "/Users/fx0ne/sqlmap/lib/controller/controller.py", line 577, in start action() File "/Users/fx0ne/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/Users/fx0ne/sqlmap/plugins/generic/enumeration.py", line 1611, in dumpTable retVal = self.__pivotDumpTable(table, colList, blind=False) File "/Users/fx0ne/sqlmap/plugins/generic/enumeration.py", line 1446, in __pivotDumpTable for i in xrange(int(count)): ValueError: invalid literal for int() with base 10: 'None' [*] shutting down at 21:13:02 Kind regards, Olu |