forked from SerpicoProject/Serpico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.defaults
50 lines (49 loc) · 1.32 KB
/
config.json.defaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"port": "8443",
"use_ssl": true,
"bind_address": "0.0.0.0",
"ssl_certificate": "./cert.pem",
"ssl_key": "key.pem",
"ldap": false,
"ldap_domain": "",
"ldap_dc": "",
"dread": false,
"cvss": false,
"nessusmap": false,
"burpmap": false,
"vulnmap": false,
"finding_types": [
"Web Application",
"Business Logic",
"Network Services",
"Best Practice",
"Compliance",
"Database",
"Network Internal",
"Router Configuration",
"Social Engineering",
"Physical",
"Wireless",
"Network Security",
"System Security",
"Logging and Auditing",
"Imported"
],
"logo": "/img/logo_1.svg",
"auto_import": false,
"chart": true,
"effort":["Quick","Planned","Involved"],
"user_defined_variables": [
],
"report_assessment_types": ["Network Internal","External","Web application","Physical","Social engineering","Configuration audit"],
"threshold": "2",
"log_file": "./log/serpico.log",
"show_exceptions": false,
"cvssv2_scoring_override": false,
"image_align":"center",
"ssl_ciphers":["ECDHE-RSA-AES128-GCM-SHA256","ECDHE-RSA-AES256-GCM-SHA384",
"ECDHE-RSA-AES128-CBC-SHA","ECDHE-RSA-AES256-CBC-SHA",
"AES128-GCM-SHA256","AES256-GCM-SHA384","AES128-SHA256",
"AES256-SHA256","AES128-SHA","AES256-SHA"],
"languages":["English"]
}