Re: [sqlmap-users] Getting info on BD one-by-one char

2011-11-25 Thread Miroslav Stampar
Hi. There is a difference between FULL and PARTIAL union injections. With full you can get the content of whole table with one query, while in partial you have to go row by row. There should be no difference between 0.9 and 1.0 in retrieveing Kind regards On Fri, Nov 25, 2011 at 2:59 AM, Iago S

[sqlmap-users] Getting info on BD one-by-one char

2011-11-24 Thread Iago Sousa
It's normal? In sqlmap0.9, some websites we could get information by union, like group_concat; it took all the information inside the DB with one query. In sqlmap1.0/dev, it's very slow, gettin' info one-by-one char; I've that use 2 or more threads. My english is not so good, I'm learning yet. -