Dears, 

Fyi, .... I got the below error after executing the query on "big" table of 
users in my test lab. 

btw, it's on the latest version 

[16:07:17] [ERROR] thread 2: 
                                                                                
                                                                     
[16:07:49] [CRITICAL] unhandled exception in sqlmap/1.0-dev-2ee4b81, retry your 
run with the latest development version from the GitHub repository. If the 
exception persists, please send by e-mail to 
'sqlmap-users@lists.sourceforge.net' or open a new issue at 
'https://github.com/sqlmapproject/sqlmap/issues/new' with 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-2ee4b81
Python version: 2.7.5
Operating system: posix
Command line: sqlmap.py -u **************************************** 
--exclude-sysdbs --dump --threads 10 --hex
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 95, in main
    start()
  File "/home/testz/sqlmap/sqlmap-dev/lib/controller/controller.py", line 582, 
in start
    action()
  File "/home/testz/sqlmap/sqlmap-dev/lib/controller/action.py", line 127, in 
action
    conf.dbmsHandler.dumpTable()
  File "/home/testz/sqlmap/sqlmap-dev/plugins/generic/entries.py", line 168, in 
dumpTable
    entries = inject.getValue(query, blind=False, time=False, dump=True)
  File "/home/testz/sqlmap/sqlmap-dev/lib/request/inject.py", line 360, in 
getValue
    value = _goUnion(forgeCaseExpression if expected == EXPECTED.BOOL else 
query, unpack, dump)
  File "/home/testz/sqlmap/sqlmap-dev/lib/request/inject.py", line 312, in 
_goUnion
    output = unionUse(expression, unpack=unpack, dump=dump)
  File "/home/testz/sqlmap/sqlmap-dev/lib/techniques/union/use.py", line 329, 
in unionUse
    threadData.shared.value.extend(arrayizeValue(_[1]))
  File "/home/testz/sqlmap/sqlmap-dev/lib/core/bigarray.py", line 45, in extend
    self.append(_)
  File "/home/testz/sqlmap/sqlmap-dev/lib/core/bigarray.py", line 38, in append
    filename = self._dump(self.chunks[-1])
  File "/home/testz/sqlmap/sqlmap-dev/lib/core/bigarray.py", line 65, in _dump
    pickle.dump(value, fp)
  File "/usr/lib/python2.7/pickle.py", line 1370, in dump
    Pickler(file, protocol).dump(obj)
  File "/usr/lib/python2.7/pickle.py", line 224, in dump
    self.save(obj)
  File "/usr/lib/python2.7/pickle.py", line 286, in save
    f(self, obj) # Call unbound method with explicit self
  File "/usr/lib/python2.7/pickle.py", line 600, in save_list
    self._batch_appends(iter(obj))
  File "/usr/lib/python2.7/pickle.py", line 615, in _batch_appends
    save(x)
  File "/usr/lib/python2.7/pickle.py", line 286, in save
    f(self, obj) # Call unbound method with explicit self
  File "/usr/lib/python2.7/pickle.py", line 600, in save_list
    self._batch_appends(iter(obj))
  File "/usr/lib/python2.7/pickle.py", line 615, in _batch_appends
    save(x)
  File "/usr/lib/python2.7/pickle.py", line 286, in save
    f(self, obj) # Call unbound method with explicit self
  File "/usr/lib/python2.7/pickle.py", line 501, in save_unicode
    self.memoize(obj)
  File "/usr/lib/python2.7/pickle.py", line 247, in memoize
    self.memo[id(obj)] = memo_len, obj
MemoryError
------------------------------------------------------------------------------
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=60135031&iu=/4140/ostg.clktrk
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to