malwaredb 0.2.0

Service for storing malicious, benign, or unknown files and related metadata and relationships.
1
2
3
4
5
6
7
8
9
10
11
12
port = 8080
ip = "127.0.0.1"
max_upload_size = "500 MB"
db = "postgres user=usernamehere password=passwordhere dbname=thedatabasename host=localhost" # Add sslmode=require for encrypted connections

# Optional
# mdns = false
# dir = "/path/to/samples/"
# cert = "/path/to/cert.pem"
# key = "/path/to/key.pem"
# pg_cert = "/path/to/pg_cert.pem"
# vt_client = "abc...123"