forked from Iankulani/resident_orca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorca_config.json
More file actions
45 lines (45 loc) · 1.07 KB
/
Copy pathorca_config.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"version": "1.0.0",
"database": {
"path": ".resident_orca/orca_data.db",
"backup_interval": 86400
},
"logging": {
"level": "INFO",
"file": ".resident_orca/orca.log",
"max_size_mb": 50,
"backup_count": 5
},
"web": {
"enabled": true,
"port": 5000,
"host": "0.0.0.0",
"secret_key": "change-me-in-production"
},
"phishing": {
"enabled": true,
"port": 8080,
"auto_stop_after": 3600
},
"traffic": {
"max_concurrent": 10,
"default_packet_rate": 100,
"max_duration": 300
},
"ssh": {
"default_port": 22,
"timeout": 30,
"max_connections": 5
},
"threat_detection": {
"enabled": true,
"auto_block": false,
"alert_threshold": "medium"
},
"bots": {
"discord": {"enabled": false, "prefix": "!"},
"telegram": {"enabled": false},
"slack": {"enabled": false},
"imessage": {"enabled": false}
}
}