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 userfile sharing problem

General support and discussion of Eggdrop bots.
Post Reply
User avatar
Exterus
Voice
Posts: 13
Joined: Sat Feb 09, 2008 5:18 pm

Botnet userfile sharing problem

Post by Exterus »

Hi.

I've successfully managed to link two of my bots to each other, but the hub won't send its userfile to the leaf. I've read the guide here on egghelp and perused the documentation of eggheads, but I still can't figure out what's wrong and I'd appreciate some help.

Here's the exchange between the two bots:

Linking to TheDude at reprobate.se:4454 ...
Received challenge from TheDude... sending response ...
Linked to TheDude.
*** Linked to TheDude

Here's the .whois for both bots:

Pajsaren (the hub):

HANDLE PASS NOTES FLAGS LAST
Pajsaren yes 0 bflo 12:40 (linked)
#rpgonline s never
BOT FLAGS: hp
HOSTS: *!exterus@matfors.net
ADDRESS: lost.fsnetwork.se
users: 4443, bots: 4443

TheDude (the leaf):

HANDLE PASS NOTES FLAGS LAST
TheDude yes 0 bflo 12:40 (linked)
#rpgonline s never
HOSTS: *!*exterus@*.bredbandsbolaget.se
*!exterus@*.cust.bredbandsbolaget.se
ADDRESS: reprobate.se
users: 4454, bots: 4454

The share and transfer modules are loaded and I've +shared the channel in question in the conf files.
User avatar
x
Voice
Posts: 26
Joined: Sun Jan 18, 2004 6:58 pm
Location: Finland
Contact:

Post by x »

Hello Exterus, let's change a bit your bot flags.

First, connect to the Hub and type:
-----------------

Code: Select all

.unlink TheDude   (this is because you can't change the attributes while bots are linked)
.botattr TheDude +gs
Then connect to TheDude
-----------

Code: Select all

.unlink Pajsaren
.botattr Pajsaren +ghp
This should do the trick.

:wink:
User avatar
Exterus
Voice
Posts: 13
Joined: Sat Feb 09, 2008 5:18 pm

Post by Exterus »

Thanks a lot! :) Now it tries to send the userfile, at least.

But I have another problem now. ;)

When Pajsaren sends the userfile send request to TheDude, TheDude responds like this: "Failed connection; aborted userfile transfer."
User avatar
x
Voice
Posts: 26
Joined: Sun Jan 18, 2004 6:58 pm
Location: Finland
Contact:

Post by x »

Hmm, well I would myself next try to reset the passwords, sometimes
they cause problems.

Connect to both of your bots, unlink them and switch password to nothing.
They will generate each other new passwords.

You can do it this way:

Code: Select all

.unlink BOTNAME
.chpass BOTNAME
Althought this wouldn't solve the problem, it isn't harmful in any way,
since the bots will adjust each other new passwords anyway 8)
H
H1Ram
Voice
Posts: 1
Joined: Mon Feb 25, 2008 4:34 pm

same issue with iserfole sharing

Post by H1Ram »

Hub:
5:52pm <^VD^> [17:52] CAN'T OPEN A LISTENING SOCKET -- can't send userfile

5:52pm <^VD^> [17:52] Sending user file send request to ^Camel^

Leaf:
5:52pm <^Camel^> [17:52] Downloading user file from ^VD^
5:52pm <^Camel^> [17:52] Ending sharing with ^VD^ (Can't send userfile to you (internal error)).
5:52pm <^Camel^> [17:52] (Userlist download aborted.)

Bot info (Hub):
^VD^ yes 0 abflo 17:35 (linked)
5:54pm <^Camel^> BOT FLAGS: ghp
5:54pm <^Camel^> HOSTS: *!Vengence@underw0rld.org
5:54pm <^Camel^> ADDRESS: underw0rld.org
5:54pm <^Camel^> users: 50030, bots: 50030

Bot info(Leaf):
5:55pm <^VD^> ^Camel^ yes 0 abflo 17:48 (#Snoopy's_Hut)
5:55pm <^VD^> BOT FLAGS: gs
5:55pm <^VD^> HOSTS: *!Vengence@shellz.us
5:55pm <^VD^> ADDRESS: Vengence@shellz.us
5:55pm <^VD^> users: 50035, bots: 50035
H1Ram
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

On ^VD^ type:

Code: Select all

.unlink ^Camel^
.chaddr ^Camel^ 66.252.4.29:50030
.chpass ^Camel^
.save
on camel type:

Code: Select all

.unlink ^VD^
.chaddr ^VD^ 66.252.4.18:50035
.chpass ^VD^
.save
This might help your bots getting linked and sharing userfile, although I am not sure what's gonna happen :D

peace
death
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

you also might want to space your ports a little more, I seem to remember it saying in the conf file that 5 will work, but 10 is better
Post Reply