Re: [sqlmap-users] Avoid doing 30 connections in time attack
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2017-02-13 16:44:03
|
> 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 |