Busindre / dumpzilla

Extract all forensic interesting information of Firefox, Iceweasel and Seamonkey browsers
http://www.dumpzilla.org
130 stars 25 forks source link

Cookie db base domain deprecation #13

Closed frenchbeard closed 3 years ago

frenchbeard commented 3 years ago

This PR removes attempts to access the baseDomain column in moz_cookies table in profile_dir/cookies.sqlite.

I don't know what your contribution policy is, or if you'd rather see it rebased on the develop branch, but I think reviewing the "index" values for the updated dictionary. Currently, I just deleted the 0-Domain entry, leaving the remaining values "as is", but we could also shift everything by 1, resulting in 0-Host, 1-Name and so on...).

Busindre commented 3 years ago

Thx!!