From d43a693a7dd2fa709f8df1e5e1d2c6d15ab9fe42 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 18 Aug 2021 10:17:22 +0200 Subject: [PATCH 1/2] Typo fixed --- doc/DATABASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DATABASE.md b/doc/DATABASE.md index 6c4920b..da6e0c9 100644 --- a/doc/DATABASE.md +++ b/doc/DATABASE.md @@ -10,5 +10,5 @@ - `s:nx:md5` sorted set of MD5 non-existing hashes - `s:nx:sha1` sorted set of SHA1 non-existing hashes - `s:exist:md5` sorted set of SHA1 existing hashes -- `s:exixt:sha1` sorted set of SHA1 existing hashes +- `s:exist:sha1` sorted set of SHA1 existing hashes - `stat:` string with the number of items imported From a0c858884a970282740514ee60658f70ed0ef86f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 18 Aug 2021 10:21:07 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4ba81e..1a4e8e9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ who love to dig into new experimental projects. - ReST API to lookup MD5 and SHA-1 hashes or bulk search from large dataset - A simple DNS server to provide hash lookup via DNS queries - Import scripts for the [NSRL database](https://www.nist.gov/itl/ssd/software-quality-group/national-software-reference-library-nsrl) +- Support creation of DFIR session to keep track of systems analysed # Requirements