Re: [sqlmap-users] Avoid doing 30 connections in time attack
Brought to you by:
inquisb
From: Rodrigo Z. S. <rod...@gm...> - 2017-02-13 16:48:21
|
Yes, because every call I create an error in the server. So, I can only make X call before the pool of connections was full. Than I need to wait the server close this connections and try again. 2017-02-13 14:43 GMT-02:00 Brandon Perry <bpe...@gm...>: > > > On Feb 13, 2017, at 10:39 AM, Rodrigo Zanatta Silva < > rod...@gm...> wrote: > > > > How can I disable the sqlmap doing 30 connections before start doing > time attack? > > You have to build a statistical model of how quickly the requests > generally return to ensure accuracy during a timing attack. You can’t get > around this. A boolean-based timing attack is going to take a whole lot of > requests anyway, are you really worried about an extra 30? > > > > > There is a options or I need to find it in code? And where is this set? > > ------------------------------------------------------------ > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, SlashDot.org! http://sdm.link/slashdot______ > _________________________________________ > > sqlmap-users mailing list > > sql...@li... > > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |