MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
Configuration Spamfilter UnrealIRCD EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Configuration Spamfilter UnrealIRCD EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Configuration Spamfilter UnrealIRCD EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Configuration Spamfilter UnrealIRCD EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Configuration Spamfilter UnrealIRCD EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
Configuration Spamfilter UnrealIRCD EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Configuration Spamfilter UnrealIRCD EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Configuration Spamfilter UnrealIRCD EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Configuration Spamfilter UnrealIRCD EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Configuration Spamfilter UnrealIRCD

Go down

Configuration Spamfilter UnrealIRCD Empty Configuration Spamfilter UnrealIRCD

Post  Chief Wed Aug 22, 2012 12:51 pm

mIRCx
Configuration Spamfilter UnrealIRCD MIRC
ok this conf to unrealircd Spamfilter you can put the code to Spamfilter.conf
Code:

############################
# Configuration Spamfilter #
############################

spamfilter {
    regex "(.+ ){20}";
    target dcc;
    reason "Protection Faille mIRC";
    action kill;
};

spamfilter {
    regex ".{225}";
    target dcc;
    reason "Protection Faille mIRC";
    action kill;
};

spamfilter {
    regex "x01DCC (SEND|RESUME)[ ]+"(.+ ){20}";
    target { dcc; private; channel; };
    reason "Protection Faille mIRC";
    action kill;
};

spamfilter {
    regex "x01DCC (SEND|RESUME).{225}";
    target { dcc; private; channel; };
    reason "Protection Faille mIRC";
    action kill;
};

spamfilter {
    regex "C:\WINNT\system32\[][0-9a-z_-{|}`]+.zip";
    target dcc;
    reason "Protection Virus";
    action block;
};

spamfilter {
    regex "http://.+.lycos..+/[iy]server[0-9]/[a-z]{4,11}.(gif|jpg|avi|txt)";
    target { private; quit; };
    reason "Protection Virus";
    action block;
};

spamfilter {
    regex "//echo -a $($decode(.+,m),[0-9])$";
    target { private; channel; };
    reason "Protection exploit";
    action block;
};

spamfilter {
    regex "//write $decode(.+|.+load -rs";
    target { private; channel; };
    reason "Protection exploit";
    action block;
};

spamfilter {
    regex "//.*write.*.load";
    target { private; channel; };
    reason "Protection exploit";
    action block;
};

spamfilter {
    regex "^[a-z][0-9]{1,4}![a-z][0-9]{1,4}@.+:[a-z]{6}$";
    target channel;
    reason "Protection CloneX";
    action kill;
};

spamfilter {
    regex "[a-z][0-9]{1,4}!~[a-z][0-9]{1,4}@.+:[a-z]{6}";
    target channel;
    reason "Protection CloneX";
    action kill;
};

spamfilter {
    regex "^[a-z][0-9]{1,4}!~[a-z][0-9]{1,4}@.+:[a-z]{6}";
    target channel;
    reason "Protection CloneX";
    action kill;
};

spamfilter {
    regex "Check it out at http://www.xdcccatcher.com";
    target quit;
    reason "Protection XDCC";
    action gline;
    ban-time 5h;
};
spamfilter {
    regex "*!~[a-z][0-9]{3,4}@*";
    target user;
    reason "proxy";
    action kill;
};
mIRCx-Help
www.mIRCx.co.il
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum