[sqlmap-users] strange error.
Brought to you by:
inquisb
From: Andreas C. (MegaHz) <me...@me...> - 2010-12-15 02:39:53
|
hi guys, i got the following error: there were multiple injection points, please select the one to use for following injections: tem, type: LIKE double quoted string (default) [1] place: GET, parameter: pageid, type: Double quoted string [q] Quit > 1 [00:56:46] [INFO] testing Microsoft SQL Server [00:56:46] [CRITICAL] unhandled exception in sqlmap/0.9-dev, 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 command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r2684) Python version: 2.6.1 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 79, in main start() File "/Users/MegaHz/Downloads/tools/sqlmap-dev/lib/controller/controller.py", line 412, in start action() File "/Users/MegaHz/Downloads/tools/sqlmap-dev/lib/controller/action.py", line 32, in action setHandler() File "/Users/MegaHz/Downloads/tools/sqlmap-dev/lib/controller/handler.py", line 105, in setHandler if handler.checkDbms(): File "/Users/MegaHz/Downloads/tools/sqlmap-dev/plugins/dbms/mssqlserver/fingerprint.py", line 95, in checkDbms result = inject.checkBooleanExpression("BINARY_CHECKSUM(%d)=BINARY_CHECKSUM(%d)" % (randInt, randInt)) File "/Users/MegaHz/Downloads/tools/sqlmap-dev/lib/request/inject.py", line 506, in checkBooleanExpression return getValue(unescaper.unescape(expression), expected=EXPECTED.BOOL, suppressOutput=True, expectingNone=expectingNone) File "/Users/MegaHz/Downloads/tools/sqlmap-dev/lib/request/inject.py", line 457, in getValue value = __goBooleanProxy(booleanExpression, resumeValue) File "/Users/MegaHz/Downloads/tools/sqlmap-dev/lib/request/inject.py", line 100, in __goBooleanProxy kb.pageTemplate = getPageTemplate(kb.injection.data[kb.technique].templatePayload, kb.injection.place) KeyError: 5 [*] shutting down at: 00:56:46 with the latest svn, any ideas? thanks -- Andreas |