Re: [sqlmap-users] Resume logic for table content dump

2014-08-17 Thread Brandon Perry
I have had this happen when an ORDER BY is usable, and the results of the ORDER BY differed from one injection to the next over a period of a few days. On Sun, Aug 17, 2014 at 8:48 AM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > Hi. > > Entries are resumed one by one as they are stor

Re: [sqlmap-users] Resume logic for table content dump

2014-08-17 Thread Miroslav Stampar
Hi. Entries are resumed one by one as they are stored as pairs (query, result) in local session database, where query represents respective SQL query used to retrieve that same entry. If entry doesn't appear to be a product of a valid "retrieval" it is not stored (this largely depends on type of S