Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:DCC SEND exploit

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 18 years ago by Iggy Koopa in topic Update?

Illegal hack

[edit]

So an incredibly easy-to-use and still illegal hack is being displayed here? That's great. -Valdrone (talk) 20:34, 21 November 2007 (UTC)Reply
I think its important that newbies know about this stuff. It hardly effects anyone any more - most users have updated their router firmware --84.70.199.89 (talk) 21:27, 24 November 2007 (UTC)Reply

Update?

[edit]

I was recently testing out this exploit (with the permission of the person being tested on, of course) to see what exactly matches. I found out that it's not "DCC SEND [character argument]". In fact, the trigger is better described with the following regular expression:

DCC (SEND|CHAT) \S{5}.{9}

In other words, it must include "DCC" followed by a single space, then either "SEND" or "CHAT" followed by another space. Then, it must be followed by 5 non-space characters and then nine characters, which may or may not be spaces. Note that this text may appear anywhere in the line.—Iggy Koopa (talk) 00:44, 14 December 2007 (UTC)Reply