Questions
-
Where are the samples stored on the system? I want to know where the samples are stored so that I can properly document the location for future reference.
-
Can samples be deleted from the malware zoo after being uploaded for management of samples? If so, how do I remove/delete/archive a sample? If not, I recommend that a method of deleting or archiving samples be added to the program so that the Snake Malware Zoo will not get too full with samples?
-
Is there any way to make the program accessible outside of localhost? I want the program to be accessed by multiple users in different locations. Is there a way to do this?
-
How do you format the text in the notes page to have titles and tables?
- By default samples are stored in the following location:
/var/db/snake - Samples can be deleted over the API: https://github.com/countercept/snake-core/wiki/API#delete
- Snake Skin could be exposed over the internet by changing the bind address, etc. But there is no authentication in Snake yet so I would not recommend this unless you put it behind basic authentication until native authentication is supported.
- Notes use markdown and thus titles and tables are achieved with markdown syntax.