|
|
|
|
|
by pipeline_tux
5553 days ago
|
|
There are two common approaches that forensics tools use:
1) It could be scanning the file system and looking for all files (both present on the drive and deleted), which have an image extension on the filename (.jpg, .gif, etc). The advantage of this approach is speed.
2) It could be going through looking at the raw data on the hard drive, and search byte-by-byte for the magic headers at the start of every image file. For example all GIF files start with GIF87a or GIF89a. This approach takes much longer, but would find all files (possibly even ones deleted years ago, well before the current OS install), and works irrespective of which operating systems are installed. Given the screenshot, I'm guessing it takes the first approach. EDIT: There are open source tools for Linux which take the second approach... Probably the best is called Foremost. |
|
I suppose it could look for fleshtone colors or something; perhaps over a certain % of total, or if the fleshtoned pixels are "bunched up" in certain blobs of areas or something.