mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-24 11:07:11 +00:00
Merge branch 'main' of github.com:adulau/hashlookup-server into main
This commit is contained in:
commit
3a8185dd33
2 changed files with 2 additions and 1 deletions
|
@ -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
|
- 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
|
- 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)
|
- 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
|
# Requirements
|
||||||
|
|
||||||
|
|
|
@ -15,5 +15,5 @@
|
||||||
- `s:nx:md5` sorted set of MD5 non-existing hashes
|
- `s:nx:md5` sorted set of MD5 non-existing hashes
|
||||||
- `s:nx:sha1` sorted set of SHA1 non-existing hashes
|
- `s:nx:sha1` sorted set of SHA1 non-existing hashes
|
||||||
- `s:exist:md5` sorted set of SHA1 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:<NSRLname>` string with the number of items imported
|
- `stat:<NSRLname>` string with the number of items imported
|
||||||
|
|
Loading…
Reference in a new issue