Re: [sqlmap-users] bulkfile and basic auth question

2012-05-29 Thread Miroslav Stampar
Hi. It's probably a bug. Will check it and report back. Kind regards, Miroslav Stampar On May 29, 2012 9:21 PM, "Artjom" wrote: > Not sure if it's an issue or I am doing something wrong. The site requires > basic auth. If I use "-u" and specify just one url, everything works. > However if I use

Re: [sqlmap-users] There is an option to set 'as exact value' as default value

2012-05-29 Thread Miroslav Stampar
Hi Iago. Sorry, but there is none. I would like to know if others would change that one too (or maybe put an --exact switch)? Kind regards, Miroslav Stampar On May 29, 2012 10:02 PM, "Iago Sousa" <146050...@gmail.com> wrote: > Hello there, > So, always that I want to dump any information from se

[sqlmap-users] There is an option to set 'as exact value' as default value

2012-05-29 Thread Iago Sousa
Hello there, So, always that I want to dump any information from server in sqlmap, the program requests me if I want 'as like' or 'as exact' columns name. How to do to set 'as exact column name' as default? -- Regards, Iago Sousa --

[sqlmap-users] bulkfile and basic auth question

2012-05-29 Thread Artjom
Not sure if it's an issue or I am doing something wrong. The site requires basic auth. If I use "-u" and specify just one url, everything works. However if I use "-m" auth fails. Did I miss something in man? Artjom -- Liv

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