-
Notifications
You must be signed in to change notification settings - Fork 44
/
collaborator.config
executable file
·55 lines (55 loc) · 1.21 KB
/
collaborator.config
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
{
"serverDomain" : "BDOMAIN",
"workerThreads" : 10,
"eventCapture": {
"localAddress" : ["INT_IP"],
"publicAddress" : "EXT_IP",
"http": {
"ports" : 80
},
"https": {
"ports" : 443
},
"smtp": {
"ports" : [25, 587]
},
"smtps": {
"ports" : 465
},
"ssl": {
"certificateFiles" : [
"/usr/local/collaborator/keys/privkey.pem",
"/usr/local/collaborator/keys/cert.pem",
"/usr/local/collaborator/keys/fullchain.pem" ]
}
},
"polling" : {
"localAddress" : "INT_IP",
"publicAddress" : "EXT_IP",
"http": {
"port" : 9090
},
"https": {
"port" : 9443
},
"ssl": {
"certificateFiles" : [
"/usr/local/collaborator/keys/privkey.pem",
"/usr/local/collaborator/keys/cert.pem",
"/usr/local/collaborator/keys/fullchain.pem" ]
}
},
"metrics": {
"path" : "burp-metrics-path",
"addressWhitelist" : ["127.0.0.1/32"]
},
"dns": {
"interfaces" : [{
"name": "ns1.BDOMAIN",
"localAddress" : "INT_IP",
"publicAddress" : "EXT_IP"
}],
"ports" : 53
},
"logLevel" : "INFO"
}