Re: [sqlmap-users] Bug after dump over UNION
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-03-28 19:16:42
|
Hi nightman. Could you please update to the latest revision (r4918) and retry it again? Hopefully, it should be fixed now. Kind regards, Miroslav Stampar On Wed, Mar 28, 2012 at 4:03 PM, <nig...@em...> wrote: > [08:43:37] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4914), 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 (r4914) > Python version: 2.7.2 > Operating system: nt > Command line: C:\map\sqlmap.py -u > ********************************************************** -p id - > -threads=6 --random-agent --level 5 --risk 3 --dump -D **************** -T > **** -C ***************** > *************** > Technique: UNION > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "C:\map\_sqlmap.py", line 82, in main > start() > File "C:\map\lib\controller\controller.py", line 573, in start > action() > File "C:\map\lib\controller\action.py", line 109, in action > conf.dbmsHandler.dumpTable() > File "C:\map\plugins\generic\enumeration.py", line 1613, in dumpTable > entries = inject.getValue(query, blind=False, dump=True) > File "C:\map\lib\request\inject.py", line 398, in getValue > value = __goInband(query, expected, unique, unpack, dump) > File "C:\map\lib\request\inject.py", line 345, in __goInband > output = unionUse(expression, unpack=unpack, dump=dump) > File "C:\map\lib\techniques\union\use.py", line 343, in unionUse > value = __oneShotUnionUse(expression, unpack) > File "C:\map\lib\techniques\union\use.py", line 73, in __oneShotUnionUse > page, headers = Request.queryPage(payload, content=True, > raise404=False) > File "C:\map\lib\request\connect.py", line 714, in queryPage > page = removeReflectiveValues(page, payload) > File "C:\map\lib\core\common.py", line 2688, in removeReflectiveValues > retVal = re.sub(regex, REFLECTED_VALUE_MARKER, content, re.I) > File "C:\Python27\lib\re.py", line 151, in sub > return _compile(pattern, flags).sub(repl, string, count) > MemoryError > > [*] shutting down at 08:43:37 > > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |