Re: [sqlmap-users] Hi sqlmap developer i want to reproduce the bug
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-10-15 17:18:14
|
Hi. Sorry for the late reply. We are aware of the problem. It's the usage of HTML format in large dumps. We'll try to address it in next couple of days. Kind regards, Miroslav Stampar On Oct 11, 2013 3:04 PM, "lenny ginn" <cl...@gm...> wrote: > Hi , > > I got the bug when i try to dump a big data here : > i using sqlmapproject-sqlmap-0.9-3312-g369006c.zip download at > https://codeload.github.com/sqlmapproject/sqlmap/legacy.zip/master > > > sqlmap version: 1.0-dev > Python version: 2.7.5 > Operating system: nt > Command line: C:\Python27\sqlmap\sqlmap.py -u > ********************************** > ********************** --random-agent --threads=7 --text-only -v 3 --d > ump-format=html --dump-all > Technique: ERROR > Back-end DBMS: Microsoft SQL Server (fingerprinted) > Traceback (most recent call last): > File "C:\Python27\sqlmap\sqlmap.py", line 95, in main > start() > File "C:\Python27\sqlmap\lib\controller\controller.py", line 582, in > start > action() > File "C:\Python27\sqlmap\lib\controller\action.py", line 130, in action > conf.dbmsHandler.dumpAll() > File "C:\Python27\sqlmap\plugins\generic\entries.py", line 364, in > dumpAll > self.dumpTable() > File "C:\Python27\sqlmap\plugins\generic\entries.py", line 323, in > dumpTable > conf.dumper.dbTableValues(kb.data.dumpedTable) > File "C:\Python27\sqlmap\lib\core\dump.py", line 507, in dbTableValues > bodyNode.appendChild(rowNode) > File "C:\Python27\lib\xml\dom\minidom.py", line 125, in appendChild > _append_child(self, node) > File "C:\Python27\lib\xml\dom\minidom.py", line 282, in _append_child > childNodes.append(node) > MemoryError > > [*] shutting down at 12:39:23 > > Thanks you , i think problem is crash on memory setting > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |