Skip to content

Commit a2bfe19

Browse files
committed
add config.toml
1 parent 15f7a30 commit a2bfe19

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# malice/nsrl plugin configuration.
2+
3+
name = 'nsrl'
4+
description = 'nsrl - Malice NSRL Plugin'
5+
category = 'intel'
6+
version = '0.1.0'
7+
8+
accepts = [ 'hash' ]
9+
hashtypes = [ 'md5', 'sha1' ]
10+
11+
[system]
12+
cpu = 0.5
13+
ram = 256 # MB
14+
15+
[settings]

0 commit comments

Comments
 (0)