browserutils / kooky

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

Retrieve session cookies #87

Open kodawah opened 2 weeks ago

kodawah commented 2 weeks ago

Checklist

Is your feature request related to a problem?

I would love to be able to read cookies that are stored in session. Right now I'm manually removing the Session flag using a cookie editor in my browser, but it'd be fantastic to skip this step and be able to use kooky right away, skipping this step

Is it possible to construct a solution with the existing API?

No response

Describe the solution you'd like to see.

I'd like that the existing API also looks up cookies in the session storage, or that there is an alternative API to retrieve them

srlehn commented 1 day ago

For Firefox we could extract session cookies from sessionstore-backups/{recovery.{baklz4,jsonlz4},previous.jsonlz4},...