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.

Botnet problem...

Old posts that have not been replied to for several years.
Locked
M
Marcus

Botnet problem...

Post by Marcus »

Ok I have these 2 bots at botnet...
My idea is (this might sound stupid heh) that Leaf bot is almost copy of hub bot in user records...well all goes well they do share users exept for channel specified flags... :/

Could someone please tell me why?

I've done this:

at hubbot:
.+bot leafbot
.chattr leafbot +aof
.botattr leafbot +s


at leaf:
.+bot hubbot host:port
.chattr hubbot +aof
.botattr hubbot +ps
.botattr hubbot +h

all works exept channel specified flags :/
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Set the botattr for each bot to +g also. Also, those flags you are using are insecure, autooping the bots instead of them getting ops via the net. See this page for more detail in correctly setting up a botnet. http://www.egghelp.org/enhance.htm
M
Marcus

Post by Marcus »

Ok...I will. Thanks for the advice.
M
Marcus

Post by Marcus »

Hmm...ok now this is what I've done...still it wont share channel specified flags. :(

.+bot leaf
.chattr leaf +fov
.botattr leaf +s
.botattr leaf +g

.+bot hub host:port
.chattr hub +fov
.botattr hub +p
.botattr hub +g
.botattr hub +h

I'm pretty stuck now...nothing seems to help. Am I still missing something..?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Are you sure the flags have been set correctly.

You can't change bot type flags while they are linked.
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Other thing to possibly note is that if the Hub is not in the leafs channel, then the leaf's channel flags could be lost .. solution to this (if you dont want the hub in the leafs channel) is to add the channel to the hub and set it inactive.

thats it for todays random guessing...

P.
Locked