Re: [sqlmap-users] Fwd: Session file
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-02-21 09:01:41
|
Hi Alex. Session file mechanism is deprecated for the last few months and (mostly) obsolete for the last few days. Now all techniques are using new HashDB mechanism which substantially improves all things related to storing and resuming "session data". Hence, you are strongly advised to update to the latest v1.0-dev from our repository to have it up to date: svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Also, two things. As you are using BT it's quite possibly that you are using older v0.9 which is quite old this moment. The other thing is that there is no way to retrieve data from old session file and store it into the CSV. So, I would advise you to continue the dumping (you won't be able to use that old session data in new version) as you have started with that older version and in future runs use new (development) version of sqlmap. Kind regards, Miroslav Stampar On Mon, Feb 20, 2012 at 7:45 PM, Alex Smith <m3...@gm...> wrote: > > Hello, > First i would like to say Sqlmap is one of the best projects out there. > > > The question i have is, im currently using sqlmap to download 2 columns > from a MySQL DB and its using time-based blind injection which is taking > too long for the dump to complete and the session file has reached 13mb, > and is there any way to cancel the dump process and put all the data > into .csv file (like once is finishes properlly)??? > > Here are some details to help... > This is the command in using in backtrack5, python ./sqlmap.py -u > http://www.**********/features.php?id=678 --dump -C > usr_id,usr_email,usr_pass -T tbl_users --threads=10 > > MySql Version: MySQL 5.0.11 > > time-based blind injection > > > > Thank you in advance, Alex > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |