Re: [sqlmap-users] Update query

2011-11-09 Thread David Alvarez
Hi Bernardo, Thank you very much for the quick reply. On Tue, Nov 8, 2011 at 2:58 PM, Bernardo Damele A. G. < bernardo.dam...@gmail.com> wrote: > Hi David, > > On 8 November 2011 13:13, David Alvarez wrote: > > ... > > The problem is that sqlmap is not able to detect differences because when >

Re: [sqlmap-users] unhandled exception - MemoryError

2011-11-09 Thread Devon
As a follow up to my previous post, I think this should summarize what I was attempting to say. The issue causing the memory error appears to be on line 210 of lib/core/target.py: for line in readSessionFP.readlines(): # xreadlines doesn't return unicode strings when codec.open(

[sqlmap-users] unhandled exception - MemoryError

2011-11-09 Thread Devon
Hello, I've been dumping a fairly large database with sqlmap over the past week, and I have ran into a problem trying to resume the dump. It's running out of memory and killing the process. The output//session file is 1.1GB, and the system I'm duping it with has 4GB of ram. From wh