https://github.com/mewmix/drivehound
magic file signatures + python drive recovery magic
https://github.com/mewmix/drivehound
data disk file-signatures harddrive python recovery recovery-tool
Last synced: 9 months ago
JSON representation
magic file signatures + python drive recovery magic
- Host: GitHub
- URL: https://github.com/mewmix/drivehound
- Owner: mewmix
- Created: 2023-11-15T22:27:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T22:00:53.000Z (over 1 year ago)
- Last Synced: 2025-06-14T05:02:57.494Z (about 1 year ago)
- Topics: data, disk, file-signatures, harddrive, python, recovery, recovery-tool
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drivehound

## 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