v0.14.2
-
Bug Fix: Corrected Cookie Decryption Payload Handling: Resolved a critical regression where encrypted cookie values were not being correctly parsed after decryption.
- The recent architectural refactor inadvertently omitted a crucial processing step specific to cookie payloads. Unlike passwords or payment data, the decrypted plaintext for a cookie contains a 32-byte metadata header that must be stripped to reveal the actual cookie value.
-
Feature Enhancement: Expanded Cookie Data Extraction: The tool now extracts a richer set of cookie attributes, providing a more comprehensive data set for analysis.
- The SQLite query for cookies has been expanded to include
path
,expires_utc
,is_secure
, andis_httponly
. - The JSON output has been updated accordingly to include these new fields, converting the boolean flags to proper
true
/false
values for improved usability.
- The SQLite query for cookies has been expanded to include