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.

bind link

Help for those learning Tcl or writing their own scripts.
Post Reply
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

bind link

Post by r0t3n »

Is there a way to grab the ip/host and port of a bot which has linked to the bot. I want to grab the ip/host and port of the connecting bot so i can then add that bot as a bot... is this possible?

Thanks in advance!
r0t3n @ #r0t3n @ Quakenet
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

You can write a script that will send that information when a link is established.
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

If i connect the leaf to the hub, and the leaf has the hub added as a bot, but the hub does not have the leaf added atall, i wont be able to send anything right? the bot will be disconnected. The reason i want this is so the hub will auto add the leaf as a bot, so i dont have to manually add lots of bots, as i want to make a public botnet
r0t3n @ #r0t3n @ Quakenet
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Tosser^^ wrote:If i connect the leaf to the hub, and the leaf has the hub added as a bot, but the hub does not have the leaf added atall, i wont be able to send anything right? the bot will be disconnected. The reason i want this is so the hub will auto add the leaf as a bot, so i dont have to manually add lots of bots, as i want to make a public botnet
You've asked this question before. You could make a script that takes care of the initial "handshake" through some sort of password protected connection (either by having a "entry" user on the hub and changing the leaf's botnet-nick or a separate listening port controlled by a script)
Have you ever read "The Manual"?
Post Reply