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
- Host: GitHub
- URL: https://github.com/mewmix/drivehound
- Owner: mewmix
- Created: 2023-11-15T22:27:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T07:36:20.000Z (4 months ago)
- Last Synced: 2025-01-23T08:27:16.104Z (4 months ago)
- Topics: binary, file, file-signatures, harddrive
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- 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