...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
Hi.
1) For browsing sqlite3 database I would recommend "SQLite Database
Browser" [1]. On Windows machine you are gonna need to download and install
it. On Linux you should be able to find it in default repositories (e.g.
apt-get install sqlitebrowser).
2) For converting from CSV to sqlite3 I would
Yes mitchell, I really wanted that.
And I add the question that Miroslav has proposed.
On Sat, Sep 22, 2012 at 3:50 PM, mitchell wrote:
> ...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
>
> (whe
I want to convert sqlite3 into CSV, and the other way around (vice versa),
and I'd like to know if can I read the sqlite3 without sqlmap.
I can use the line below to read all tables in site stored in sqlite3 file:
./sqlmap.py -d sqlite://output/site/dump/db.sqlite3 --table
Can I read in sqlite3 D
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 <146050...@gmail.com> wrote:
> Hello there,
> Can I read dum
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\\