[sqlmap-users] Bug
Brought to you by:
inquisb
From: David G. <sk...@gm...> - 2010-06-10 14:30:31
|
$ ./sqlmap -c arquivo.conf --threads 10 -D editora -T livro --columns [11:22:01] [INFO] retrieving the length of query output [11:22:01] [INFO] retrieved: 10 [11:22:03] [INFO] retrieved: lancamento [11:22:03] [INFO] retrieving the length of query output [11:22:03] [INFO] retrieved: [11:22:17] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/skys/sqlmap-dev/lib/controller/controller.py", line 268, in start action() File "/home/skys/sqlmap-dev/lib/controller/action.py", line 114, in action conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns()) File "/home/skys/sqlmap-dev/plugins/generic/enumeration.py", line 955, in getColumns colType = inject.getValue(query, inband=False) File "/home/skys/sqlmap-dev/lib/request/inject.py", line 374, in getValue value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar) File "/home/skys/sqlmap-dev/lib/request/inject.py", line 304, in __goInferenceProxy outputs = __goInferenceFields(expression, expressionFields, expressionFieldsList, payload, expected, resumeValue=resumeValue, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar) File "/home/skys/sqlmap-dev/lib/request/inject.py", line 92, in __goInferenceFields output = __goInference(payload, expressionReplaced, charsetType, firstChar, lastChar) File "/home/skys/sqlmap-dev/lib/request/inject.py", line 51, in __goInference _, length, _ = queryOutputLength(expression, payload) File "/home/skys/sqlmap-dev/lib/utils/resume.py", line 91, in queryOutputLength count, length = bisection(payload, lengthExprUnescaped, charsetType=2) File "/home/skys/sqlmap-dev/lib/techniques/blind/inference.py", line 431, in bisection val = getChar(index, asciiTbl) File "/home/skys/sqlmap-dev/lib/techniques/blind/inference.py", line 210, in getChar charTbl = xrange(maxChar + 1, (maxChar + 1) << 8) OverflowError: long int too large to convert to int [*] shutting down at: 11:22:17 $ svn info Path: . URL: https://svn.sqlmap.org/sqlmap/trunk/sqlmap Repository Root: https://svn.sqlmap.org/sqlmap Repository UUID: 7eb2e9d7-d917-0410-b3c8-b11144ad09fb Revision: 1759 Node Kind: directory Schedule: normal Last Changed Author: inquisb Last Changed Rev: 1759 Last Changed Date: 2010-06-10 11:15:32 -0300 (Thu, 10 Jun 2010) -- David Gomes Guimarães |