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 script. How to change address:port

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
m
mindcry
Voice
Posts: 10
Joined: Mon Mar 05, 2007 10:24 am
Location: Central Java Indonesia

botnet script. How to change address:port

Post by mindcry »

How we can change address:port of one bot in botnet easily?
What command is used for that? manually, we used .chaddr (bot) (address:port), I didnt found any format command in tcl-commands.doc to make bot change botlist address:port by itself.
thank you very much. If someone knows the command, it will be usefull if we have 20 bots in botnet and one of them had changed address:port of telnet address, we can update all bots easily.
mindcry
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

You can use the setuser command to update the BOTADDR field. Ie:

Code: Select all

setuser testbot BOTADDR 127.0.0.1 1025 1026
NML_375
m
mindcry
Voice
Posts: 10
Joined: Mon Mar 05, 2007 10:24 am
Location: Central Java Indonesia

re change address

Post by mindcry »

thank you very much now it solved :D
mindcry
Post Reply