Re: [sqlmap-users] Exception OverflowError: range() result has too many items
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-10-16 11:13:03
|
Hi. Please checkout latest v1.0-dev from our SVN repository to have it fixed. Kind regards, Miroslav Stampar On Oct 16, 2011 12:51 PM, "Rafael Tavares" <jr...@gm...> wrote: > 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 > > > > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |