Skip to content

Commit

Permalink
Added config section for third party modules
Browse files Browse the repository at this point in the history
  • Loading branch information
warebot committed Mar 25, 2013
1 parent a1b8521 commit 687f4f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions malwarehouse.cfg
@@ -1,7 +1,7 @@
#Config File for Malwarehouse
# 'On' to turn options on, anything else = off.
[analysis]
virustotal: Off
[basic_analyzer]
plugin: On
yara: On
ssdeep: off
magic: On
Expand All @@ -14,11 +14,12 @@ yararules: yararules.yar
delete: off

[database]
uri: sqlite:////Users/warebot/Desktop/malwarehouse/malwarehouse.db
uri: sqlite:///data/malwarehouse.db
#uri: postgresql://USER:PASSWORD@SERVER/DB

# Third pary APIs
[virustotal]
plugin: Off
apikey: APIKEY
submit_samples: Off
report_directory: virustotal

0 comments on commit 687f4f8

Please sign in to comment.