forked from PaulSec/DET
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config-sample.json
72 lines (72 loc) · 2.04 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"plugins": {
"http": {
"target": "192.168.0.12",
"port": 8080,
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"google_docs": {
"target": "conchwaiter.uk.plak.cc",
"port": 8080
},
"dns": {
"key": "google.com",
"target": "192.168.0.12",
"port": 53,
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"gmail": {
"username": "dataexfil@gmail.com",
"password": "CrazyNicePassword",
"server": "smtp.gmail.com",
"port": 587
},
"tcp": {
"target": "192.168.0.12",
"port": 6969,
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"udp": {
"target": "192.168.0.12",
"port": 6969,
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"twitter": {
"username": "PaulWebSec",
"CONSUMER_TOKEN": "XXXXXXXXXXX",
"CONSUMER_SECRET": "XXXXXXXXXXX",
"ACCESS_TOKEN": "XXXXXXXXXXX",
"ACCESS_TOKEN_SECRET": "XXXXXXXXXXX"
},
"icmp": {
"target": "192.168.0.12",
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"slack": {
"api_token": "xoxb-XXXXXXXXXXX",
"chan_id": "XXXXXXXXXXX",
"bot_id": "<@XXXXXXXXXXX>:"
},
"smtp": {
"target": "192.168.0.12",
"port": 25,
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"ftp": {
"target": "192.168.0.12",
"port": 21,
"proxies": ["192.168.0.13", "192.168.0.14"]
},
"sip": {
"target": "192.168.0.12",
"port": 5060,
"proxies": ["192.168.0.13", "192.168.0.14"]
}
},
"AES_KEY": "THISISACRAZYKEY",
"max_time_sleep": 10,
"min_time_sleep": 1,
"max_bytes_read": 400,
"min_bytes_read": 300,
"compression": 1
}