Re: [sqlmap-users] An idea for a feature
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2008-12-04 10:15:51
|
Hi Jason, On Thu, Dec 4, 2008 at 02:07, Jason Swan <jas...@gm...> wrote: > After playing around with sqlmap for a while, I noticed the support for > retries doesn't exist, if for some reason a site doesn't respond in a > certain amount of time, it errors, and quits the application. What would > be a nice if you could set the timeout time, AND the option to retry the > query X many times, if it goes through X many retries then go ahead and > quit. The number of retries is already in the TODO list. The timeout support with Python urllib2 library the way sqlmap uses it, is not easy to implement. If anybody have suggestions on it and could have a look at the lib/request/connect.py it would be very much appreciated. > ... > Example, in thread mode, but does the same in single thread but without > the traceback > ... I could not get rid of the traceback message when it's within a thread. I will have a deep look into this too. Thanks Jason. -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +39-3493821385 (IT), +44-(0)7788962949 (UK) PGP Key ID: 0x05F5A30F |