[sqlmap-users] Exception OverflowError: range() result has too many items
Brought to you by:
inquisb
From: Rafael T. <jr...@gm...> - 2011-10-15 01:08:58
|
Hi, I`m testing sqlmap in ubuntu 10.04, I`ve got the following error while doing google search, What could be causing it? [21:45:39] [CRITICAL] unhandled exception in sqlmap/0.9, 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: 0.9 (r3630) Python version: 2.7.1+ Operating system: posix Command line: ./sqlmap.py -g inurl:produto.php?id= --dbs -v 2 Technique: BOOLEAN Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 82, in main start() File "/home/dextervip/sqlmap/lib/controller/controller.py", line 447, in start action() File "/home/dextervip/sqlmap/lib/controller/action.py", line 88, in action conf.dumper.dbs(conf.dbmsHandler.getDbs()) File "/home/dextervip/sqlmap/plugins/generic/enumeration.py", line 704, in getDbs indexRange = getRange(count, plusOne=plusOne) File "/home/dextervip/sqlmap/lib/core/common.py", line 1072, in getRange indexRange = range(limitStart - 1, limitStop) OverflowError: range() result has too many items [*] shutting down at: 21:45:39 |