This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

HELP : Many people need help

Old posts that have not been replied to for several years.
Locked
S
SkiRmiS

Post by SkiRmiS »

Hello,

We have a serious problem. On our irc network many lamers are using clone attacks ( from 20 till 500 and much more ). I liked script sentinel.tcl (2.6 v), but it seems doesn't help. Bot usually quit ( maxQsendexcceded ).
Can someone modifie sentinel.tcl script, that on large clone attack ( each clone uses different proxy server ), bot changes nick to a random nick, or from a list. Or is here script what does it. Help, we don't know how to avoid it. It is terrible to look at bot logs files :[, whole added ignores.

Thanks to all
Bye
SkIRmiS


Any suggestion are welcome :]]
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

if someone wants to load up that many bots and sendQ your bots, then there isn't much you can do about it. either get a faster pipe between your bot and the server, so the sendQ never fills up that much, or work with some opers to get those lamers k/d/glined
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Basicaly the problem, does not lie with sentinal, or eggdrop.

The "maxQsendexcceded" message, tells you that the queue (memory space that has all the messages stored while it sends data to you) is full, and that data is still being added to it.

A better version, different type or any other script related thing is going to get around this problem. To test this theory, try removeing all scripts from the bot, and restart the bot, when they flood, you will notice the same quit message. You should get the basic idea by then.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Maybe you could icnrease the sensitivity of the script so that it triggers earlier, and the bots don't get flooded off?
S
SkiRmiS

Post by SkiRmiS »

Hi again,
Thanks for yuor suggestion ;]

I have few ideas :
If bot put ignore to all : *!*@*.*, Do server knows that bot is ignoring all, and don't send him any messages ?

And if bot changes nick, clones will be attacked another person, or nothing with that nick.

Thanks
Bye
SkIRmiS

P.S I don't have enought money to changes bot pipes, and don't have such rights to use IRCOP funcktions :[[[[
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

The server will still send the messages, but the bot won't process them.

Find out if your irc server supports the /SILENCE command, that will prevent the server from even sending the messages.

It's usually something like this:

putserv "silence +*" would stop all private messages
putserv "silence -*" would allow them again

Note, that's *all* private messages, so you couldn't even dcc chat your bot.
Locked