Re: [sqlmap-users] Threads optimization

2012-05-29 Thread Miroslav Stampar
Hi Marco. Thank you for your advice. You are probably talking about BOOLEAN based technique. Now, we've chosen an approach that will be most optimal from coding aspect. Also, currently other techniques (error and union) are used far more often than inference ones (boolean and time-based). Why i

[sqlmap-users] Threads optimization

2012-05-29 Thread Marco Mirandola
Great Miroslav I give you some advice on optimizing the use of multithreads... Currently in multi threads sqlMap works like this: - To enum tables (1 thread) - Retrieve length table 'I' (1 thread) - Retrieve name table 'I' (multiple threads) - Retrieve length table 'II' (1 thread) - Retrieve name