03
Feb
Using cookies.sqlite in wget or curl
Newer versions of FireFox use a sqlite3 database to store their cookies. Older versions of FireFox used a .txt file. wget and curl know how to parse the older style text file, but not the sqlite3 database. So, I wrote a quick script to extract the cookies.sqlite database and generate a file that looks just [...]
Continue Reading →