Re: [sqlmap-users] BUG

2011-11-10 Thread Bernardo Damele A. G.
This has been fixed last week. Bernardo On 20 October 2011 09:07, yarolinux back | track wrote: > [03:04:51] [WARNING] HTTP error codes detected during testing: > 403 (Forbidden) - 1 times > > [03:04:51] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4009), retry > your run with the latest

Re: [sqlmap-users] Problem with sqlmap

2011-11-10 Thread Bernardo Damele A. G.
Give it a go to --string or --regexp. Pass your requests through an HTTP proxy and see what happens, -v 3 could also give you a clue. Bernardo On 9 November 2011 06:13, wrote: > Hi > > I have a problem with sqlmap.  When i run sqlmap -u > "http://website/notices/terms.php?co=ar"; -random-agent

Re: [sqlmap-users] unhandled exception - MemoryError

2011-11-10 Thread Miroslav Stampar
Hi Devon. Yes, it was the case until r4386. Bad design as we haven't expected such large dumps. You have a bad luck because you are using r4381 and from r4386 on SQLite is used for storing "resuming" queries - no more MemoryError(s) on resume and far better memory management. Only problem is that