Hi Experts!

Well ,have you ever noticed the lack of some commands on the build kali-1.0.9-rpi.img.

Its kind of strange that this are not installed or built-in by default. Like for example FTP, TFTP commands. I have have search for them and there seems just not be on it.

Code:
[root@CIPC ~]$  cd /usr/bin/ |grep ftp
[root@CIPC ~]$  ftp
-bash: ftp: command not found
[root@CIPC ~]$  tftp
-bash: tftp: command not found

Please let me know if i'm missing something, i have install some other Distros on my Pi and unfortunately Kali seems to be missing this basic features, that are available on the other builds.



Code:
[root@CIPC ~]$  cat /etc/*-release
DISTRIB_ID=Kali
DISTRIB_RELEASE=1.1.0
DISTRIB_CODENAME=moto
DISTRIB_DESCRIPTION="Kali GNU/Linux 1.1.0"
PRETTY_NAME="Kali GNU/Linux 1.1.0 (moto)"
NAME="Kali GNU/Linux"
ID=kali
VERSION="1.1.0 (moto)"
VERSION_ID="1.1.0"
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.kali.org/"
SUPPORT_URL="http://forums.kali.org/"
BUG_REPORT_URL="http://bugs.kali.org/"