mirror of
https://github.com/adulau/hashlookup-server.git
synced 2024-11-22 01:57:08 +00:00
Update README.md
This commit is contained in:
parent
a4b3b7ba60
commit
97e2d2c8aa
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -25,6 +25,22 @@ If you don't want to run your own local server, you can use and test [hashlookup
|
|||
|
||||
CIRCL hashlookup service only gives details about known files appearing in specific database(s). This gives you context and information about file hashes which can be discovered during investigation or digital forensic analysis.
|
||||
|
||||
# Installation
|
||||
|
||||
- Make sure kvrocks is installed
|
||||
- Download the [NSRL files](https://www.nist.gov/itl/ssd/software-quality-group/national-software-reference-library-nsrl/nsrl-download/current-rds)
|
||||
- In **bin/run.sh** point to where kvrocks is installed
|
||||
- - For example "/home/ubuntu/kvrocks/src/kvrocks -c /home/ubuntu/hashlookup-server/etc/kvrocks.conf"
|
||||
- In **kvrocks.conf** change
|
||||
- - **dir** to where you want to store the database
|
||||
- - update **pidfile** **backup-dir** and **log-dir**
|
||||
- in **import.py** : point to where you stored the NSRL downloaded files
|
||||
- statistics are kept in stat:NSRLAndroid
|
||||
- do a test run, in import.py change maxvalue to 2, run import.py and then query the results
|
||||
- - redis-cli -p 6666
|
||||
- - HGETALL "h:000000F694CA9BF73836D67DEB5E2724338B422D"
|
||||
|
||||
|
||||
# API Usage
|
||||
|
||||
## Get information about the hash lookup database (via ReST)
|
||||
|
|
Loading…
Reference in a new issue