Update readme
This commit is contained in:
parent
5db739dfdb
commit
c20410b093
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -1,4 +1,13 @@
|
||||||
## dfDewey
|
## dfDewey
|
||||||
|
|
||||||
dfDewey is a digital forensics string extraction, indexing, and searching tool.
|
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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue