foremost
6
List of Tools for Kali Linux 2013
DESCRIPTION Recover files from a disk image based on file types specified by the user using the -t switch.
Supports: jpg, gif, png, bmp, avi, exe, mpg, wav, riff, wmv, mov, pdf, ole, doc, zip, rar, htm, cpp)
USAGE foremost [-h][-V][-d][-vqwQT][-b][-o][-t][-s][-i]
OPTIONS http://manpages.ubuntu.com/manpages/hardy/en/man1/foremost.1.html
EXAMPLE foremost -s 100 -t jpg -i image.dd (Search for jpeg format skipping the first 100 blocks)
EXAMPLE foremost -av image.dd (Only generate an audit file, and print to the screen (verbose mode))
EXAMPLE foremost -t all -i image.dd (Search all defined types)
EXAMPLE foremost -t gif,pdf -i image.dd (Search for gifs and pdfs)
EXAMPLE foremost -vd -t ole,jpeg -i image.dd (Search for office documents and jpeg files in a Unix file system in verbose mode.)
EXAMPLE foremost image.dd (Run the default case)