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 question

Help for those learning Tcl or writing their own scripts.
Post Reply
b
brood
Voice
Posts: 30
Joined: Thu Sep 01, 2005 4:12 am

botnet question

Post by brood »

I going to try to make a botnet.

The only thing I want to us eit for, is to sned commands to the other bot's.

Now on the page: Enhancing Your Eggdrop it says:
1) First up, config file stuff - make sure any channels you want bots to synchronise information about (e.g. user flags, bans, etc.) are set to +shared in each bot's config file, and make sure the share and transfer modules are loaded (loadmodule transfer and loadmodule share).
So I dont want to share user flags, bans etc, So can I skip this part and also put "shared" on "-Shared" in the conf?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

yes. +/-shared is a channel option, not a necessity. The same can be said for the entire share module. To create a basic botnet, all you need do is add the bot's to one another, then link them.
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

you might want to check out demond's rconsole script
Post Reply