[sqlmap-users] Bug after dump over UNION
Brought to you by:
inquisb
From: <nig...@em...> - 2012-03-28 14:03:10
|
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>[08:43:37] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4914), retry your run with the latest<br/>development version from the Subversion repository. If the exception persists, please send by e-mail<br/> to sql...@li... the following text and any information required to reproduce<br/>the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you.<br/>sqlmap version: 1.0-dev (r4914)<br/>Python version: 2.7.2<br/>Operating system: nt<br/>Command line: C:\map\sqlmap.py -u ********************************************************** -p id -<br/>-threads=6 --random-agent --level 5 --risk 3 --dump -D **************** -T **** -C *****************<br/>***************<br/>Technique: UNION<br/>Back-end DBMS: MySQL (fingerprinted)<br/>Traceback (most recent call last):<br/> File "C:\map\_sqlmap.py", line 82, in main<br/> start()<br/> File "C:\map\lib\controller\controller.py", line 573, in start<br/> action()<br/> File "C:\map\lib\controller\action.py", line 109, in action<br/> conf.dbmsHandler.dumpTable()<br/> File "C:\map\plugins\generic\enumeration.py", line 1613, in dumpTable<br/> entries = inject.getValue(query, blind=False, dump=True)<br/> File "C:\map\lib\request\inject.py", line 398, in getValue<br/> value = __goInband(query, expected, unique, unpack, dump)<br/> File "C:\map\lib\request\inject.py", line 345, in __goInband<br/> output = unionUse(expression, unpack=unpack, dump=dump)<br/> File "C:\map\lib\techniques\union\use.py", line 343, in unionUse<br/> value = __oneShotUnionUse(expression, unpack)<br/> File "C:\map\lib\techniques\union\use.py", line 73, in __oneShotUnionUse<br/> page, headers = Request.queryPage(payload, content=True, raise404=False)<br/> File "C:\map\lib\request\connect.py", line 714, in queryPage<br/> page = removeReflectiveValues(page, payload)<br/> File "C:\map\lib\core\common.py", line 2688, in removeReflectiveValues<br/> retVal = re.sub(regex, REFLECTED_VALUE_MARKER, content, re.I)<br/> File "C:\Python27\lib\re.py", line 151, in sub<br/> return _compile(pattern, flags).sub(repl, string, count)<br/>MemoryError<br/><br/>[*] shutting down at 08:43:37<br/><br/></div></div></body></html> |