forked from SerpicoProject/Serpico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
22 lines (22 loc) · 1.14 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
{
"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
"vulnmap":false, //maps vuln ids from MSF vuln db
"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, //Experimental, will automatically create new findings on import
"chart":true, //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"...
"log_file":"./log/serpico.log" // set as "" output to the console or /var/log/serpico.log
}