Raspberry Pi and KaliLinux
2018-06-16 23:45:34
1) Download image
download image from https://www.offensive-security.com/kali-linux-arm-images ,file name kali-linux-2018.2-rpi3-nexmon.img.xz
2) Installing system
From some reason I had problem with dd command that is why I used GUI interface, (my card have 16 GB)
3) GParted
After system update, I had problem with disk space, but I noticed that not full card is used, quick fix was to resize partition in GParted tool
4) Updated
apt-get update
apt-get upgrade
apt-get dist-upgrade
apt-get install kali-linux-full
5) Change root password
passwd
6) Changing the SSH host keys
rm /etc/ssh/ssh\_host\_\*
dpkg-reconfigure openssh-server
service ssh restart