[sqlmap-users] Hi sqlmap developer i want to reproduce the bug
Brought to you by:
inquisb
From: lenny g. <cl...@gm...> - 2013-10-10 19:57:40
|
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 |