Galleta Package Description
Galleta is a forensic tool that examines the content of cookie files produced by Microsofts Internet Explorer. It parses the file and outputs a field separated that can be loaded in a spreadsheet.
Galleta Homepage | Kali Galleta Repo
- Author: Keith J. Jones
- License: BSD-3
Tools included in the galleta package
galleta – An Internet Explorer cookie forensic analysis tool
[email protected]:~# galleta
Usage: galleta [options] <filename>
-d Field Delimiter (TAB by default)
galleta Usage Example
Read file.txt and output the content using ; as Field Delimiter (d).
[email protected]:~# galleta -d";" file.txt