browserutils / kooky

Go code to read cookies from browser cookie stores.
MIT License
210 stars 41 forks source link

fixed ReadFirefoxCookies() for databases with 14 columns #5

Closed srlehn closed 5 years ago

srlehn commented 5 years ago

tested only with Firefox 60 ESR on Debian.

this change needs further testing.

srlehn commented 5 years ago

I did look for documentation about older versions of cookies.sqlite but couldn't find anything. Not sure how good this works for others.

srlehn commented 5 years ago

@barnardb fixed some mistakes.