Another mIRC Exploit

These are old archives. They are kept for historic purposes only.
Post Reply
RandomNumber
Posts: 44
Joined: Mon Jan 24, 2005 6:10 pm

Another mIRC Exploit

Post by RandomNumber »

Theres a exploit in mirc I dont want to go into details but it involves inviting and calling of identifers heres a reference link http://trout.snt.utwente.nl/ubbthreads/ ... e=0#133246 I was wondering can you spamfilter an invite? Is an invite treated like a notice? B/c if so I can atleast eliminate the identifer issue easily.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

No, you cannot spamfilter an invite. That link also has no information on what the "exploit" actually is, or how it is done. It only tells me there is a so-called "exploit" in the Auto-Join on Invite setting in mIRC.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

People probably won't be too happy about this, but it seems the only way to stop this "exploit" on networks is to deny channels with $ in their name.

Code: Select all

deny channel {
  mask *$*;
  reason "Possible mIRC exploit channel";
};
Post Reply