forked from SerpicoProject/Serpico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
87 lines (86 loc) · 1.67 KB
/
config.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"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"
],
"finding_states": [
"Draft",
"Under Review",
"Completed"
],
"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"
],
"findings_assessment_types": [
"External",
"Internal",
"Internal/External",
"Wireless",
"Web Application",
"DoS"
],
"threshold": "2",
"log_file": "./log/serpico.log",
"show_exceptions": true,
"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"
],
"cvssv3": false,
"riskmatrix": false,
"nist800": false
}