1###################
2# This is property of eXtremeSHOK.com
3# You are free to use, modify and distribute, however you may not remove this notice.
4# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
5# License: BSD (Berkeley Software Distribution)
6##################
7
8malwarepatrol_enabled="yes"
9malwarepatrol_receipt_code=$ci_malwarepatrol_receipt_code
10malwarepatrol_product_code=$ci_malwarepatrol_receipt_code
11malwarepatrol_list=$ci_malwarepatrol_receipt_code
12malwarepatrol_free=$ci_malwarepatrol_free
13
14securiteinfo_enabled="yes"
15securiteinfo_authorisation_signature=$ci_securiteinfo_authorisation_signature
16
17sanesecurity_enabled="yes"
18
19linuxmalwaredetect_enabled="yes"
20
21# THIS NEEDS TO BE TESTED
22yararules_enabled="no"
23enable_yararules="no"
24
25# Default dbs rating
26# valid rating: LOW, MEDIUM, HIGH
27default_dbs_rating="MEDIUM"
28
29# Per Database
30# These ratings will override the global rating for the specific database
31# valid rating: LOW, MEDIUM, HIGH, DISABLE
32sanesecurity_dbs_rating="HIGH"
33#securiteinfo_dbs_rating=""
34#linuxmalwaredetect_dbs_rating=""
35#yararulesproject_dbs_rating=""
36
37enable_gpg="no"
38
39user_configuration_complete="yes"
40
41declare -a additional_dbs=(
42https://raw.githubusercontent.com/wmetcalf/clam-punch/master/miscreantpunch099.ldb
43https://raw.githubusercontent.com/wmetcalf/clam-punch/master/MiscreantPunch099-Low.ldb
44) #END ADDITIONAL DATABASES
45
46
47declare -a securiteinfo_dbs=(
48securiteinfo.ign2|REQUIRED
49securiteinfo.hdb|LOW
50javascript.ndb|LOW
51securiteinfohtml.hdb|LOW
52securiteinfoascii.hdb|LOW
53securiteinfopdf.hdb|LOW
54securiteinfoandroid.hdb|LOW #
55spam_marketing.ndb|HIGH
56) #END SECURITEINFO DATABASES
57
58#foce wget
59force_wget="yes"
60
61# Causes wget errors to be vebose
62wget_debug="yes"
63