|
|
| Author |
Message |
sexyeyes none

Joined: 09 Jul 2003 Posts: 16
|
Posted: Nov 16, 2003 1:57pm Post subject: Somebody using a mirc exploit to kill users?? |
|
|
How can I fix this on my server? Seems to be using a dcc to kill people using the new version of mirc. I use Unreal on my server, version 7. Would upgrading to version 8 fix this or do I need to do something else? Anybody know?
Thanks,
sexyeyes |
|
| Back to top |
|
 |
ed SearchIRC Staff

Joined: 25 May 2003 Posts: 367 Location: Baton Rouge, LA
|
Posted: Nov 16, 2003 2:14pm Post subject: |
|
|
| Unreal has a DCC blocking feature built in. In 3.2-beta18 it is in the unrealircd.conf file. In 3.2-beta17 it is in dccdeny.conf. |
|
| Back to top |
|
 |
Rob none

Joined: 26 May 2003 Posts: 7
|
Posted: Nov 16, 2003 2:18pm Post subject: |
|
|
This is a bug in all mirc 6.x versions.
Advice your users to do /ignore -wd *
It will ignore all dcc's on all networks.
Visit http://www.irchelp.org/irchelp/mirc/exploit.html for more information... |
|
| Back to top |
|
 |
Wiggle Newbie

Joined: 01 Nov 2003 Posts: 81
|
Posted: Nov 16, 2003 4:23pm Post subject: |
|
|
True, though that particular DCC bug only affects all versions from 6.0 -> 6.12 (not included).
6.12 was the bug fix version. Though they found out 6.12 contained another DCC bug. They're both explained in the page Rob gave.
Also information on what to do to prevent people from crashing your mIRC with the exploits is on that page. |
|
| Back to top |
|
 |
Guest
|
Posted: Mar 26, 2004 2:02pm Post subject: |
|
|
ctcp *:dcc send:*: if ($len($nopath($filename)) >= 225) { echo 4 -s $nick tried to crash you with an illegal dcc send of $nopath($filename) | halt }
is a better fix |
|
| Back to top |
|
 |
|