How to use sqlite3 in Python to retrieve the data from cookies.sqlite file
of firefox
First open terminal. then run
locate cookies.sqlite
for me the result is
/root/.mozilla/firefox/wykg4i6s.default/cookies.sqlite
i do not know anything about sqlite but i need a script of some sort,
perhaps a python script to read this file.
i tried
cat cookies.sqlite
but the result is a mess.
i think only python or something can read it.
perhaps i read it , i would know how to ask another question about how to
remove something specific from it.
No comments:
Post a Comment