Skip to content

mewmix/drivehound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

About

magic file signatures + python drive recovery magic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages