[sqlmap-users] sqlmap bug
Brought to you by:
inquisb
From: Johnny V. <Joh...@zo...> - 2012-02-07 12:50:18
|
Received the following error: [07:46:41] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4722), 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 (r4722) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py -u *** --dbms=oracle Technique: UNION Back-end DBMS: Oracle (identified) Traceback (most recent call last): File "/sqlmap-dev/_sqlmap.py", line 83, in main start() File "/sqlmap-dev/lib/controller/controller.py", line 461, in start injection = checkSqlInjection(place, parameter, value) File "/sqlmap-dev/lib/controller/checks.py", line 421, in checkSqlInjection reqPayload, vector = unionTest(comment, place, parameter, value, prefix, suffix) File "/sqlmap-dev/lib/techniques/union/test.py", line 297, in unionTest validPayload, vector = __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix) File "/sqlmap-dev/lib/techniques/union/test.py", line 257, in __unionTestByCharBruteforce count = __findUnionCharCount(comment, place, parameter, value, prefix, suffix, PAYLOAD.WHERE.ORIGINAL if isNullValue(kb.uChar) else PAYLOAD.WHERE.NEGATIVE) File "/sqlmap-dev/lib/techniques/union/test.py", line 110, in __findUnionCharCount query = agent.forgeInbandQuery('', -1, count, comment, prefix, suffix, kb.uChar) File "/sqlmap-dev/lib/core/agent.py", line 579, in forgeInbandQuery if Backend.getIdentifiedDbms() in FROM_DUMMY_TABLE and inbandQuery.endswith(FROM_TABLE[Backend.getIdentifiedDbms()]): NameError: global name 'FROM_TABLE' is not defined [*] shutting down at 07:46:41 |