An open API service indexing awesome lists of open source software.

https://github.com/mewmix/drivehound

magic file signatures + python drive recovery magic
https://github.com/mewmix/drivehound

binary file file-signatures harddrive

Last synced: 3 months ago
JSON representation

magic file signatures + python drive recovery magic

Awesome Lists containing this project

README

        

# drivehound

![CI](https://github.com/mewmix/drivehound/actions/workflows/python-package.yml/badge.svg)

## install

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

## usage

run interactive recovery tool:

```sh
drivehound-recover
```

or import and use as a library:

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

## testing

```sh
pytest
```

## features

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