Skip to content

budrus123/disk-image-file-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Disk Image File Recovery

CONTENTS OF THIS FILE

  • Introduction
  • Installation

INTRODUCTION

A python project to recover files from a disk image. The supported recoverable files are [MPG, PDF, BMP, GIF, ZIP, JPG, DOCX, AVI, and PNG]. In addition to recovering the files, the project also finds the SHA-256 value for each of the recovered files. The recovery process is done by looking for the signatures (headers and footers) for each of the available file types that are supported.

After the files are recovered, they are extracted and stored in a directory called recovered.

INSTALLATION

$ python main.py <file_name.dd>

Releases

No releases published

Packages

No packages published

Languages