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 diff --git a/doc/DATABASE.md b/doc/DATABASE.md index f38cc07..1450f94 100644 --- a/doc/DATABASE.md +++ b/doc/DATABASE.md @@ -15,5 +15,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