fplist - forensic plist tool

fplist documentation - Details | Install | Changelog | Download

fplist details

fplist - convert plist files to json, dot notation or csv

DESCRIPTION

fplist is a tool to convert text and binary plists (bplist) to json, dot notation and csv. This tool will inspect binary data nodes and convert them to text if they are a plist file or base64 for binary data.

SYNOPSIS

usage: fplist [-V | --version] [-h | --help] [--format (json|dot|csv)]
              [--keys] [--values] plist_file

OPTIONS

	-f, --format ......... (json|dot|csv) [default: json]
	-k, --keys ........... display plist keys only
	-v, --values ......... display plist values only

COMMANDS

FILES

EXAMPLES

Examples
	$ fplist Status.plist
	$ fplist -f csv Info.plist

BUGS

AUTHOR

Andrew Hoog <ahoog at hack42labs dot com>

SEE ALSO

Want to stay updated on our latest tools and HOWTOs?