Monday, September 5, 2016

Kali on a Raspberry Pi - Part 1 -The start of my project.

After testing Kali on my laptop with Oracle VM VirtualBox, I decided to test Kali on a Raspberry Pi. After checking the various models, I decided to buy the Raspberry Pi 3. The fastest model with Wifi. 

The next step was to start on this page:
http://docs.kali.org/kali-on-arm/install-kali-linux-arm-raspberry-pi

After I downloaded the image, I used this program to write the image to the micro SD memorycard:

https://sourceforge.net/projects/win32diskimager/

The next step was:

Changing the SSH host keys can be accomplished by doing the following:

root@kali:~ rm /etc/ssh/ssh_host_*
root@kali:~ dpkg-reconfigure openssh-server
root@kali:~ service ssh restart

The next step was to create a management connection to the Raspberry Pi without the need for a monitor and keyboard. Read about it in my next post.

Next >>

No comments:

Post a Comment