dfdewey/README.md

15 lines
492 B
Markdown
Raw Normal View History

2020-04-15 06:58:28 +00:00
# dfDewey
2020-03-27 00:04:00 +00:00
dfDewey is a digital forensics string extraction, indexing, and searching tool.
2019-09-25 05:36:17 +00:00
2020-04-15 06:58:28 +00:00
[Usage](docs/usage.md)
## Requirements
2020-03-30 00:28:54 +00:00
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`