Re: [sqlmap-users] unhandled exception from parsing "union-test" findings from previous run through
Brought to you by:
inquisb
From: ultramegaman <sec...@ul...> - 2010-12-15 20:43:00
|
Self-reply: in "/data/ultra/tools/sqlmap-dev/lib/request/inject.py", line 375 I just changed condition to None, as it's not being used by the ParseUnionPage function. Easy fix and it's working smoothly now. Thanks for the awesome tool guys! On Wed, Dec 15, 2010 at 12:43 PM, ultramegaman <sec...@ul...> wrote: > [11:26:50] [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 (r2693) > Python version: 2.6.5 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 79, in main > start() > File "/data/ultra/tools/sqlmap-dev/lib/controller/controller.py", > line 393, in start > action() > File "/data/ultra/tools/sqlmap-dev/lib/controller/action.py", line > 77, in action > conf.dumper.users(conf.dbmsHandler.getUsers()) > File "/data/ultra/tools/sqlmap-dev/plugins/generic/enumeration.py", > line 150, in getUsers > value = inject.getValue(query, blind=False, error=False) > File "/data/ultra/tools/sqlmap-dev/lib/request/inject.py", line 416, > in getValue > value = __goInband(query, expected, sort, resumeValue, unpack, dump) > File "/data/ultra/tools/sqlmap-dev/lib/request/inject.py", line 375, > in __goInband > data = parseUnionPage(output, expression, partial, condition, sort) > NameError: global name 'condition' is not defined > > > Please let me know if more information is required. > |