Skip to content

MemoryError (connect.py/getPage/logHTTPTraffic) #115

@stamparm

Description

@stamparm
[18:52:53] [CRITICAL] unhandled exception in sqlmap/1.0-dev-25eca9d, 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-25eca9d
Python version: 2.6.5
Operating system: posix
Command line: ./sqlmap.py -u *************************************************** --cookie ******************************************************************************************************************************************************** --dump-all --random-agent --threads 10 --batch -D ******************* --replicate
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "/pentest/database/sqlmap/_sqlmap.py", line 79, in main
    start()
  File "/pentest/database/sqlmap/lib/controller/controller.py", line 571, in start
    action()
  File "/pentest/database/sqlmap/lib/controller/action.py", line 110, in action
    conf.dbmsHandler.dumpAll()
  File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 1779, in dumpAll
    self.dumpTable()
  File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 1622, in dumpTable
    entries = inject.getValue(query, blind=False, dump=True)
  File "/pentest/database/sqlmap/lib/request/inject.py", line 415, in getValue
    value = __goInband(query, expected, unpack, dump)
  File "/pentest/database/sqlmap/lib/request/inject.py", line 362, in __goInband
    output = unionUse(expression, unpack=unpack, dump=dump)
  File "/pentest/database/sqlmap/lib/techniques/union/use.py", line 345, in unionUse
    value = __oneShotUnionUse(expression, unpack)
  File "/pentest/database/sqlmap/lib/techniques/union/use.py", line 69, in __oneShotUnionUse
    page, headers = Request.queryPage(payload, content=True, raise404=False)
  File "/pentest/database/sqlmap/lib/request/connect.py", line 720, in queryPage
    page, headers, code = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, method=method, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare)
  File "/pentest/database/sqlmap/lib/request/connect.py", line 506, in getPage
    logHTTPTraffic(requestMsg, "%s%s\n\n%s" % (responseMsg, logHeaders, page))
MemoryError

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions