Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/Botnets/IRC/DemonNeTunrealircd.conf
5038 views
1
# For *NIX, uncomment these 2 lines:
2
loadmodule src/modules/commands.so;
3
loadmodule src/modules/cloak.so;
4
5
# For WINDOWS, uncomment these 2 lines:
6
#//loadmodule modules/commands.dll;
7
#//loadmodule modules/cloak.dll;
8
9
# ME block [REQUIRED]
10
me {
11
# Server name
12
name "MyMOM.bot";
13
14
# Server description
15
info "Anti's Bitch";
16
17
# Server numeric. Must be between 1 and 255.
18
# This number must be unique among the servers in the network.
19
numeric 120;
20
};
21
22
# ADMIN block [REQUIRED]
23
admin {
24
# Anything can go in this block, most people just put their nick and email.
25
"Nick: The Antichrist";
26
"Email:[email protected]";
27
};
28
29
# CLASS block [RECOMMENDED]
30
class clients {
31
# How often do we ping clients?
32
pingfreq 90;
33
34
# How many clients should this class hold?
35
maxclients 30024;
36
37
# How much are they allowed to send or receive at one time?
38
sendq 100000;
39
recvq 8000;
40
};
41
42
# ALLOW block [REQUIRED]
43
allow {
44
# Host OR IP to match. Note this is OR not AND!
45
ip *@*;
46
hostname *@*;
47
# password "#CMD2014"; #Sets server password
48
49
# What class do these users go into?
50
class clients;
51
52
# How many per IP?
53
maxperip 1;
54
};
55
56
# LISTEN block [REQUIRED]
57
# You can have as many of these as you want.
58
# The syntax is: listen <ip>:port;
59
listen *:9999
60
{
61
options
62
{
63
ssl;
64
clientsonly;
65
};
66
};
67
listen *:443;
68
# OPER block [RECOMMENDED]
69
# You can have as many oper blocks as you want.
70
71
72
oper "Christian" {
73
# What are MrSmith's hosts? These ARE NOT email addresses!
74
from {
75
# Put as many as you need.
76
userhost *@*;
77
};
78
79
# What is MrSmith's password?
80
password "Christian#!";
81
82
# The class MrSmith will belong to when he opers.
83
class clients;
84
85
# What permissions should we give MrSmith?
86
flags {
87
# netadmin includes: can_rehash, helpop, can_globops, can_wallops,
88
# can_localroute, can_localkill, can_kline,
89
# can_unkline, can_localnotice, can_globalnotice,
90
# can_dccdeny, can_setq
91
netadmin;
92
93
# netadmin does not include: can_die, can_restart, can_zline, can_gkline
94
can_zline;
95
can_gkline;
96
97
# When adding flags, be sure none of the ones you are setting include
98
# other flags. If you are careless, it'll look sloppy and be harder to
99
# manage or fix if there is a problem or you want to change it later.
100
# See doc/unreal32docs.html for more info about oper flags.
101
};
102
};
103
104
oper "" {
105
# What are MrSmith's hosts? These ARE NOT email addresses!
106
from {
107
# Put as many as you need.
108
userhost *@*;
109
};
110
111
# What is MrSmith's password?
112
password "DICKS";
113
114
# The class MrSmith will belong to when he opers.
115
class clients;
116
117
# What permissions should we give MrSmith?
118
flags {
119
# netadmin includes: can_rehash, helpop, can_globops, can_wallops,
120
# can_localroute, can_localkill, can_kline,
121
# can_unkline, can_localnotice, can_globalnotice,
122
# can_dccdeny, can_setq
123
netadmin;
124
125
# netadmin does not include: can_die, can_restart, can_zline, can_gkline
126
can_zline;
127
can_gkline;
128
129
# When adding flags, be sure none of the ones you are setting include
130
# other flags. If you are careless, it'll look sloppy and be harder to
131
# manage or fix if there is a problem or you want to change it later.
132
# See doc/unreal32docs.html for more info about oper flags.
133
};
134
};
135
oper "Tragedy" {
136
# What are MrSmith's hosts? These ARE NOT email addresses!
137
from {
138
# Put as many as you need.
139
userhost *@*;
140
};
141
142
# What is MrSmith's password?
143
password "nigg@s123";
144
145
# The class MrSmith will belong to when he opers.
146
class clients;
147
148
# What permissions should we give MrSmith?
149
flags {
150
# netadmin includes: can_rehash, helpop, can_globops, can_wallops,
151
# can_localroute, can_localkill, can_kline,
152
# can_unkline, can_localnotice, can_globalnotice,
153
# can_dccdeny, can_setq
154
netadmin;
155
156
# netadmin does not include: can_die, can_restart, can_zline, can_gkline
157
can_zline;
158
can_gkline;
159
160
# When adding flags, be sure none of the ones you are setting include
161
# other flags. If you are careless, it'll look sloppy and be harder to
162
# manage or fix if there is a problem or you want to change it later.
163
# See doc/unreal32docs.html for more info about oper flags.
164
};
165
};
166
167
# DRPASS block [RECOMMENDED]
168
drpass {
169
# Password for /restart
170
restart "Fuck.FBI.GOV";
171
172
# Password for /die
173
die "die-you-stupid-lol";
174
};
175
176
# LOG block [RECOMMENDED]
177
log ircd.log {
178
# What is the biggest to let this file get?
179
maxsize 50MB;
180
181
# What do we want to log?
182
flags {
183
# For descriptions of these flags, see doc/unreal32docs.html
184
errors;
185
kills;
186
tkl;
187
connects;
188
server-connects;
189
oper;
190
sadmin-commands;
191
chg-commands;
192
oper-override;
193
spamfilter;
194
};
195
};
196
197
# SET block [REQUIRED]
198
set {
199
# Email address to give to banned users.
200
kline-address "[email protected]";
201
202
# How many channels each user may be in.
203
maxchannelsperuser 10;
204
205
# The default network server if this one is full.
206
default-server none;
207
208
# What is the name of the Services Server?
209
services-server Duck.quack.net;
210
211
# What is the name of the network? NO SPACES!
212
network-name DemonNet;
213
214
# Oper hosts for each oper level
215
hosts {
216
global "ircop.example.com";
217
coadmin "coadmin.example.com";
218
admin "admin.example.com";
219
servicesadmin "csops.example.com";
220
netadmin "Duck.n";
221
};
222
223
# Where do people go for help?
224
help-channel "#NiggaWhoNeedsHelp";
225
226
# What to put in front of cloaked hosts
227
hiddenhost-prefix "hidden";
228
229
# Keys to cloak the host with. THESE SHOULD BE KEPT SECRET!
230
# These keys must be the same on all servers in the network.
231
cloak-keys {
232
"SjdloajOF8304hDkjgaow";
233
"JME20cLt3m1k0DhFu93nyASjg51T";
234
"FhioefWgXDK14Su9320Giasb74A";
235
};
236
};
237
238