browserutils / kooky

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

firefox: support databases with 15 columns #40

Closed srlehn closed 3 years ago

srlehn commented 3 years ago

The fields in the moz_cookies table are no longer accessed by index but with column name.

As often as the table layout in firefox receives changes it probably doesn't make much sense keeping the check for a fixed column count. Verifying that the highest used index is not out of bounds should be enough.


This also adds a cookie file from the firefox v82 linux.