ZEXEL wrote:Ups! I've been read all source code about NETGATE 9.5. It's seem using strong encryption from TCL Pro 4.1! No one can decrypted it yet...

Tclpro's bytecode compilation is not encryption and you are not from Sweden. (you and KONTOL are probably the same person and you're both posting from indonesia)
You (aka odon) seem to have missed the feature that will optimize procs and omit the plain text version of their bodies, so reading your code requires nothing more than decoding the ascii85 encoded string

(or loading the script and
dumping what's in the interpreter. (loading the script should be done in a sandboxed environment))
Converting the bytecode (if you come by a script encoded by someone with a bit more clue than yourself) to readable code is not hard... Check:
http://groups.google.com/group/comp.lan ... 7fb12839e1
And generating plain Tcl code is also possible (but there are no public tools to do it - for obvious reasons

)
Oh and for the record: The script still has its
BACKDOORS and
EXPLOITABLE BUGS and the code still sucks, so stay away from this piece of crap script unless you want to give away your bots/shells/boxes.