Re: [sqlmap-users] sqlmap bug
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-02-07 14:43:44
|
Hi Johnny. Thank you for your report and find it fixed with the latest r4723. Kind regards, Miroslav Stampar On Tue, Feb 7, 2012 at 1:50 PM, Johnny Venter <Joh...@zo...>wrote: > 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 > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |