Re: [sqlmap-users] strange error.
Brought to you by:
inquisb
From: Andreas C. (MegaHz) <me...@me...> - 2010-12-15 12:46:42
|
yeap no error now thanks man On 15,Dec 2010, at 2:09 PM, Miroslav Stampar wrote: > It was a bad fix. Please try it now. > > KR > > On Wed, Dec 15, 2010 at 12:35 PM, Miroslav Stampar > <mir...@gm...> wrote: >> hi. >> >> could you please try it now? we've made huge code updates lately, and >> there is still some more to do - to be more precise, we need to adapt >> new "injection data structure" we use now in every possible case. >> >> kr >> >> On Wed, Dec 15, 2010 at 11:34 AM, Andreas Constantinides (MegaHz) >> <me...@me...> wrote: >>> great, thanks man >>> >>> >>> -- Andreas >>> >>> >>> On 15,Dec 2010, at 12:32 PM, Miroslav Stampar wrote: >>> >>>> Hi Andreas. >>>> >>>> We've spotted the problem this second. We'll try to fix it ASAP. >>>> >>>> KR >>>> >>>> On Wed, Dec 15, 2010 at 11:26 AM, Miroslav Stampar >>>> <mir...@gm...> wrote: >>>>> Hi Andreas. >>>>> >>>>> Sorry, we can't reproduce the error :), but we are eager to find that one. >>>>> >>>>> Which switches did you use? Was it a result of a "resumed" session (or >>>>> to rephrase, can you reproduce it with --flush-session)? >>>>> >>>>> KR >>>>> >>>>> On Wed, Dec 15, 2010 at 12:02 AM, Andreas Constantinides (MegaHz) >>>>> <me...@me...> wrote: >>>>>> 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 >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Lotusphere 2011 >>>>>> Register now for Lotusphere 2011 and learn how >>>>>> to connect the dots, take your collaborative environment >>>>>> to the next level, and enter the era of Social Business. >>>>>> http://p.sf.net/sfu/lotusphere-d2d >>>>>> _______________________________________________ >>>>>> sqlmap-users mailing list >>>>>> sql...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Miroslav Stampar >>>>> >>>>> E-mail / Jabber: miroslav.stampar (at) gmail.com >>>>> Mobile: +385921010204 (HR 0921010204) >>>>> PGP Key ID: 0xB5397B1B >>>>> Location: Zagreb, Croatia >>>>> >>>> >>>> >>>> >>>> -- >>>> Miroslav Stampar >>>> >>>> E-mail / Jabber: miroslav.stampar (at) gmail.com >>>> Mobile: +385921010204 (HR 0921010204) >>>> PGP Key ID: 0xB5397B1B >>>> Location: Zagreb, Croatia >>>> >>> >>> >> >> >> >> -- >> Miroslav Stampar >> >> E-mail / Jabber: miroslav.stampar (at) gmail.com >> Mobile: +385921010204 (HR 0921010204) >> PGP Key ID: 0xB5397B1B >> Location: Zagreb, Croatia >> > > > > -- > Miroslav Stampar > > E-mail / Jabber: miroslav.stampar (at) gmail.com > Mobile: +385921010204 (HR 0921010204) > PGP Key ID: 0xB5397B1B > Location: Zagreb, Croatia > |