forked from SerpicoProject/Serpico
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
20 lines (20 loc) · 1022 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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, //DREAD risk scoring not used by default
"cvss":false,
"nessusmap":false, //maps nessus findings to serpico findings
"burpmap":false, //maps burp findings to serpico findings
"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.png",
"auto_import":false, //Experimental, will automatically create new findings on import
"chart":false, //Enabled or disable support,
"user_defined_variables":[], //set your global UDV's here; ["client_start_date","client_abbreviated_name"],
"threshold":"2" // must be a string; "0","1","2"...
}