Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/Botnets/IRC/LIGHTunrealircd.conf
5038 views
1
#LiGhTdABoSs ConFiG
2
3
me {
4
name "irc.LNO.GoV";
5
info "LNO IRC";
6
numeric 1;
7
};
8
9
admin {
10
"LiGhT";
11
12
};
13
14
15
class clients
16
{
17
pingfreq 150;
18
maxclients 20000;
19
sendq 1000000; #DONT TOUCH
20
recvq 4000;
21
};
22
23
allow {
24
ip *@*;
25
hostname *@*;
26
class clients;
27
maxperip 1; #DONT BE A BITCH N CHANGE THIS FUCKER
28
};
29
30
listen *:443;
31
32
oper LNO {
33
class clients;
34
from {
35
userhost *@*;
36
};
37
password "LiGhT";
38
flags
39
40
{
41
global;
42
services-admin;
43
can_rehash;
44
can_die;
45
can_restart;
46
helpop;
47
can_wallops;
48
can_globops;
49
can_localroute;
50
can_globalroute;
51
can_localkill;
52
can_globalkill;
53
can_kline;
54
can_gzline;
55
can_gkline;
56
can_unkline;
57
can_localnotice;
58
can_globalnotice;
59
netadmin;
60
can_zline;
61
get_umodew;
62
get_host;
63
can_override;
64
};
65
snomask *;
66
maxlogins "6";
67
};
68
69
drpass {
70
restart "iMAGaYJeW";
71
die "N0DoNTK1llM3";
72
};
73
74
set {
75
network-name "LNO IRC";
76
default-server "irc.LNO.CoM";
77
services-server "services.LNO";
78
help-channel "#LNO";
79
hiddenhost-prefix "LiGhT";
80
cloak-keys {
81
// Don't use the same keys
82
"aIRgFoAr1HnF5h5sDb7x4YwA6pW";
83
"P9FdZnR1gl5sJ7hVz4Zb7x4YwpW";
84
"OI8r1ZnR6gl3sJ7hVz4Zb7x4YnX";
85
};
86
87
hosts {
88
local "LNO.com";
89
global "LNO.com";
90
coadmin "LNO.com";
91
admin "LNO.com";
92
netadmin "LNO.com";
93
servicesadmin "LNO.com";
94
host-on-oper-up "yes";
95
};
96
};
97
98
99
set {
100
allowed-nickchars {
101
latin1;
102
};
103
kline-address "[email protected]";
104
modes-on-connect "+xwGM";
105
modes-on-oper "+xwgspH";
106
restrict-usermodes "G";
107
restrict-channelmodes "G";
108
modes-on-join "+nust";
109
110
oper-auto-join "#LNO#";
111
112
dns {
113
nameserver 127.0.0.1;
114
timeout 2s;
115
retries 2;
116
};
117
options {
118
hide-ulines;
119
show-connect-info;
120
show-opermotd;
121
allow-part-if-shunned;
122
flat-map;
123
fail-oper-warn;
124
};
125
126
maxchannelsperuser 30;
127
anti-spam-quit-message-time 100s;
128
static-quit "Remote user closed the connection";
129
oper-only-stats "*";
130
131
throttle {
132
connections 3;
133
period 60s;
134
};
135
anti-flood {
136
nick-flood 50:60;
137
};
138
spamfilter {
139
ban-time 1d;
140
ban-reason "Spam/Advertising";
141
virus-help-channel "#help";
142
};
143
default-bantime "0";
144
145
};
146
147
include "help.conf";
148
include "badwords.channel.conf";
149
include "badwords.message.conf";
150
include "badwords.quit.conf";
151
include "spamfilter.conf";
152
loadmodule "src/modules/commands.so";
153
loadmodule "src/modules/cloak.so";
154
155
log ircd.log {
156
maxsize 5MB;
157
flags {
158
errors;
159
kills;
160
sadmin-commands;
161
chg-commands;
162
oper-override;
163
spamfilter;
164
kline;
165
tkl;
166
};
167
};
168
169
170
ban nick {
171
mask "*S*e*r*v*";
172
reason "Gesperrt";
173
};
174
175
ulines {
176
services.priv8.com;
177
stats.priv8.com;
178
};
179
180
tld {
181
mask *@*;
182
motd "motd.conf";
183
rules "rules.conf";
184
};
185
186