EXP/mIRC.DCC.#1

These are old archives. They are kept for historic purposes only.
Post Reply
PHANTOm
Posts: 7
Joined: Sun Mar 07, 2004 8:43 pm
Contact:

EXP/mIRC.DCC.#1

Post by PHANTOm »

Code: Select all

spamfilter {
	regex "(.+ ){20}";
	target { dcc; };
	action dccblock;
	reason "EXP/mIRC.DCC.#1 Your DCC filename is potentially dangerous to mIRC 6.0-6.11";
};
eQuiliBrium
Posts: 40
Joined: Sat Mar 06, 2004 9:42 am
Location: Netherland (Amsterdam)
Contact:

Post by eQuiliBrium »

Can you pls provid us with a short explanation about this.
I kinda understand what it stands for.
But to avoid missunderstanding and misstakes in the script.
Let me think about it
PHANTOm
Posts: 7
Joined: Sun Mar 07, 2004 8:43 pm
Contact:

Post by PHANTOm »

This would block the mIRC DCC Exploit affecting versions 6.0-6.11 making them crash when recieving a dcc string containing multiple spaces pointing to the ip of localhost.
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Adjusted in CVS :)
Post Reply