dfDewey is a digital forensics string extraction, indexing, and searching tool.
Find a file
2020-05-20 15:40:23 +10:00
dfdewey code review 2020-03-30 11:56:07 +11:00
docker Using docker-compose version 2 2020-05-20 15:40:23 +10:00
docs Add usage doc 2020-04-15 16:58:28 +10:00
.gitignore Update to use standard version of bulk_extractor 2019-11-11 13:48:19 +11:00
CONTRIBUTING.md Added license 2020-03-05 16:12:39 +11:00
LICENSE.txt Added license 2020-03-05 16:12:39 +11:00
README.md Add usage doc 2020-04-15 16:58:28 +10:00
requirements.txt Use psycopg2-binary 2020-05-06 06:47:14 +00:00

dfDewey

dfDewey is a digital forensics string extraction, indexing, and searching tool.

Usage

Requirements

dfDewey currently requires bulk_extractor for string extraction. bulk_extractor can be downloaded here: https://github.com/simsong/bulk_extractor

Elasticsearch and postgreSQL are also required to store extracted data. These can be installed separately or started in Docker.

All other requirements can be installed using pip: pip install -r requirements.txt