LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

galleta

Internet Explorer cookie forensic parser

TLDR

Parse IE cookies
$ galleta [index.dat]
copy
Output to file
$ galleta [index.dat] > [cookies.txt]
copy
Parse with delimiters
$ galleta -d [index.dat]
copy

SYNOPSIS

galleta [options] file

DESCRIPTION

galleta is a digital forensics tool that parses Internet Explorer cookie files. It extracts cookie data including domains, paths, values, and timestamps from index.dat files.The tool produces human-readable or delimited output for analysis. It's used in forensic investigations to examine web browsing history and user activity.galleta handles the binary index.dat format used by older versions of Internet Explorer.

PARAMETERS

FILE

Internet Explorer cookie file (index.dat).
-d
Delimited output for spreadsheets.
--help
Display help information.

INSTALL

sudo apt install galleta
copy
nix profile install nixpkgs#galleta
copy

CAVEATS

Only for IE index.dat format. Modern browsers use different formats. File must be accessible (not locked).

HISTORY

galleta (Spanish for "cookie") is part of forensic toolkit collections for analyzing Internet Explorer artifacts. It parses the proprietary index.dat format used by IE for cookie storage.

SEE ALSO

strings(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid