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 documentation

Old posts that have not been replied to for several years.
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Code: Select all

passreq <72303e8f308a@Lamestb2t>
Its used for sending the botnet password over securely to the other bot. Its basically random data to the linking bot, but not random to the bot that is being linked to.

You use it to compute a md5sum of the password and that data. This way the md5sum you send back is not the same the next time you link because the challenge data will have changed.

This is kinda like the APOP method for POP3.
Locked