Re: [sqlmap-users] Re-retrieving wrong data?
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-02-13 09:54:44
|
This means basically this. If you know that columns for table users in database testdb were invalid, just run this one time: --fresh-queries -T users -D testdb --columns That way you'll "refresh" session file with new entries containing this time valid data Morale of story goes like this. Time-based injections are fragile and you'll need to have LOTS of patience with those. Kind regards, Miroslav Stampar On Wed, Feb 13, 2013 at 10:50 AM, Владимир Мартьянов <vil...@gm...>wrote: > > > 2013/2/13 Miroslav Stampar <mir...@gm...> > >> all data again (excluding SQLi detection), but it won't invalidate >> previous data in session file (like --flush-session). >> > > OK, Thankyou! > -- Miroslav Stampar http://about.me/stamparm |