Page 1 of 1

EXP/mIRC.DCC.#1

Posted: Sun Mar 07, 2004 8:49 pm
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";
};

Posted: Sun Mar 07, 2004 9:00 pm
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.

Posted: Sun Mar 07, 2004 9:25 pm
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.

Posted: Mon Mar 08, 2004 12:53 am
by Syzop
Adjusted in CVS :)