home *** CD-ROM | disk | FTP | other *** search
- # # # # # # # # # Start des telnet-
- --- RECORDSEPARATOR ---
- daemons
- --- RECORDSEPARATOR ---
- /usr/sbin/telnetd -l /sbin/ar7login
- --- RECORDSEPARATOR ---
- while !(ping -c 1 www.tecchannel.de);
- --- RECORDSEPARATOR ---
- do
- --- RECORDSEPARATOR ---
- sleep 7
- --- RECORDSEPARATOR ---
- done
- --- RECORDSEPARATOR ---
- # # # # # # # # # Installation
- --- RECORDSEPARATOR ---
- FTP-Server
- --- RECORDSEPARATOR ---
- cd /var/tmp
- --- RECORDSEPARATOR ---
- wget http://www.tecchannel.de/
- --- RECORDSEPARATOR ---
- download/432803/bftpd.conf
- --- RECORDSEPARATOR ---
- wget http://www.tecchannel.de/
- --- RECORDSEPARATOR ---
- download/432803/bftpd
- --- RECORDSEPARATOR ---
- chmod +x bftpd
- --- RECORDSEPARATOR ---
- chmod 777 bftpd.conf
- --- RECORDSEPARATOR ---
- # Hier den Usernamen und den Passwort-
- --- RECORDSEPARATOR ---
- Hash f├╝r den FTP-Server eintragen
- --- RECORDSEPARATOR ---
- echo ΓÇ₧xxxxx:xxxxxxxxxx:0:0:root:/:
- --- RECORDSEPARATOR ---
- nullΓÇ£ >> /var/tmp/passwd
- --- RECORDSEPARATOR ---
- /var/tmp/bftpd -d -c /var/tmp/bftpd.
- --- RECORDSEPARATOR ---
- conf