Skip to content

magic file signatures + python drive recovery magic

Notifications You must be signed in to change notification settings

mewmix/drivehound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drivehound

CI

install

git clone https://github.com/mewmix/drivehound && cd drivehound
pip install .

usage

run interactive recovery tool:

drivehound-recover

or import and use as a library:

from drivehound import Hound
hound = Hound()
hound.recover_files(drive="/dev/sda")

testing

pytest

features

  • signature-based carving
  • cross-platform (linux, mac, windows)
  • pure python, no dependencies

Releases

No releases published

Packages

No packages published

Languages