-
Notifications
You must be signed in to change notification settings - Fork 190
/
config-sample.json
52 lines (52 loc) · 1.31 KB
/
config-sample.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
{
"plugins": {
"http": {
"target": "192.168.0.12",
"port": 8080
},
"google_docs": {
"target": "SERVER",
"port": 8080
},
"dns": {
"key": "google.com",
"target": "192.168.0.12",
"port": 53
},
"gmail": {
"username": "[email protected]",
"password": "CrazyNicePassword",
"server": "smtp.gmail.com",
"port": 587
},
"tcp": {
"target": "192.168.0.12",
"port": 6969
},
"udp": {
"target": "192.168.0.12",
"port": 6969
},
"twitter": {
"username": "PaulWebSec",
"CONSUMER_TOKEN": "XXXXXXXXXXX",
"CONSUMER_SECRET": "XXXXXXXXXXX",
"ACCESS_TOKEN": "XXXXXXXXXXX",
"ACCESS_TOKEN_SECRET": "XXXXXXXXXXX"
},
"icmp": {
"target": "192.168.0.12"
},
"slack": {
"api_token": "xoxb-XXXXXXXXXXX",
"chan_id": "XXXXXXXXXXX",
"bot_id": "<@XXXXXXXXXXX>:"
}
},
"AES_KEY": "THISISACRAZYKEY",
"max_time_sleep": 10,
"min_time_sleep": 1,
"max_bytes_read": 400,
"min_bytes_read": 300,
"compression": 1
}