Forensic FilesStill working on this section.
Digital Forensic Research Workshop 2006 Challenge
The data set for this challenge is a 50MB raw file. It has no file system, but it contains JPEG, ZIP, HTML, Text, and Microsoft Office files and fragments. The goal is to extract as many full JPEG, ZIP, HTML, Text, and Office files as possible from it. You can (and are encouraged to) develop tools to solve this challenge, but all source code must be released at the end of the challenge.
FileScan - A PHP utility I wrote that will scan a file and extra known headers and footers. Not efficient, but just a proof of concept. Requires PHP 5.1+.
TurkeyCarver - A PHP utility I wrote that will read the output FileScan and carve files from the scanned content to a directory or case folder. This is fairly quick. Requires PHP 5.1+.