From c20410b09387f845adfc6eb56378fc1b0f40de44 Mon Sep 17 00:00:00 2001 From: Jason Solomon Date: Mon, 30 Mar 2020 11:28:54 +1100 Subject: [PATCH] Update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4466613..0db1738 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ ## dfDewey - dfDewey is a digital forensics string extraction, indexing, and searching tool. +### 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` +