-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to build docker with my db? #4
Comments
Do you have a special custom NSRL file? Or do you just want to build with the latest NSRL database files? |
I need to know how I can build a docker with a special one(my NSRL file) and how I build docker with latest NSRL file. |
So the image should be using the LATESTs DB from nsrl, it picks the latest when it is built. If you wanted to make a new one you could run |
Here is the script that builds the DB from the NSRL.txt file: https://github.com/malice-plugins/nsrl/blob/master/shrink_nsrl.sh If you wanted to use your own you could change this to point at your text file and run |
Hi, I didn't understand how to build a docker with my nsrl file and load it for use to the full scan of malice.
I ran this command "
"
But I get the output level=fatal msg="open NSRLFile.txt: no such file or directory".
Now I think it needs to download new NSRL zip by shirk bash file am I wrong?
The text was updated successfully, but these errors were encountered: