[sqlmap-users] bug or whatever
Brought to you by:
inquisb
From: <ks...@so...> - 2011-09-04 11:45:27
|
hello dear sqlmap-users! recently i got this error: [01:00:31] [WARNING] HTTP error codes detected during testing: 400 (Bad Request) - 50 times [01:00:31] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4370), 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 (r4370) Python version: 2.6.6 Operating system: posix Command line: sqlmap.py -m urls.txt --batch --privileges --random-agent Technique: BOOLEAN Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 86, in main start() File "/mnt/1/sqlmap/sqlmap-dev/lib/controller/controller.py", line 577, in start action() File "/mnt/1/sqlmap/sqlmap-dev/lib/controller/action.py", line 81, in action conf.dbmsHandler.getPrivileges(), "privilege") File "/mnt/1/sqlmap/sqlmap-dev/plugins/generic/enumeration.py", line 548, in getPrivileges users = self.getUsers() File "/mnt/1/sqlmap/sqlmap-dev/plugins/generic/enumeration.py", line 208, in getUsers indexRange = getRange(count, plusOne=plusOne) File "/mnt/1/sqlmap/sqlmap-dev/lib/core/common.py", line 1328, in getRange indexRange = range(limitStart - 1, limitStop) OverflowError: range() result has too many items [*] shutting down at 01:00:31 cheers! |