Re: [sqlmap-users] Read sqlite3
Brought to you by:
inquisb
From: mitchell <mit...@tu...> - 2012-09-22 19:22:28
|
...or he has used the --replicate switch, and now asks how to view the data? @Iago if this is the case, then you can use # sqlite3 filename.db (where filename.db is the name of the sqlite3 database) to connect to a sqlite3 database. Then, you can use .help for more information. ~m. On Sat, Sep 22, 2012 at 9:35 PM, Miroslav Stampar < mir...@gm...> wrote: > Hi Iago. > > Sorry, but it's not really clear what are you trying to do. You mean that > you want to convert dumped content from CSV to sqlite3 DB or something else? > > Kind regards, > Miroslav Stampar > > On Sat, Sep 22, 2012 at 6:12 PM, Iago Sousa <146...@gm...> wrote: > >> Hello there, >> Can I read dumped db into sqlite3 file without sqlmap? >> >> I apologize for my little knowledge, but I really dunno how to do this. >> >> -- >> Regards, Iago Sousa >> >> >> ------------------------------------------------------------------------------ >> How fast is your code? >> 3 out of 4 devs don\\\'t know how their code performs in production. >> Find out how slow your code is with AppDynamics Lite. >> http://ad.doubleclick.net/clk;262219672;13503038;z? >> http://info.appdynamics.com/FreeJavaPerformanceDownload.html >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > -- > Miroslav Stampar > http://about.me/stamparm > > > ------------------------------------------------------------------------------ > How fast is your code? > 3 out of 4 devs don\\\'t know how their code performs in production. > Find out how slow your code is with AppDynamics Lite. > http://ad.doubleclick.net/clk;262219672;13503038;z? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |