banner



how to install kali linux on raspberry pi 3

Beginners Guide to Install kali linux in Raspberry pi

Protorix

The Raspberry pi is a small, credit card sized computer that can be used to break into laptops,clone wifi networks and can be used to for many automation purposes.Raspberry pi along with kali linux will give you portable testing tools that you can take anywhere.

Kali linux is a debian based linux distribution which is primarily used for penetration testing.It comes along with lot of pre installed tools digital forensics, research, penetration, malware analysis, reverse engineering, and more.In this guide you'll learn how to install kali linux in raspberry pi.

What You'll Need

  • Raspberry Pi 3
  • 8GB (or larger) microSD
  • HDMI cable
  • 5V microUSB power supply
  • USB keyboard and USB mouse

Step 1:Download and flash kali linux

Head on to the Re4son's website and download the Sticky Finger's pre-installed kali-pi image.Flash the image into the sd card using command line.

dd bs=1m if=locationofimage of=/dev/sdb

Step 2:Boot into kali linux

Insert the SD card into raspberry pi and connect the hdmi cable from pi to monitor as well as the USB keyboard and USB mouse.Power up the raspberry pi using the microusb cable.Once kali linux loads you'll be in the login screen.The default username is root and toor for password.After booting up into kali linux connect to the Internet using wifi and do a full system update.

apt-get update

apt-get upgrade

apt-get dist-upgrade

You can change the default root password by typing

Passwd root

Step 3:Install openSSH

You can install SSH server in raspberry pi and boot into it remotely without monitor.

Enter the following commands in the terminal to install the OpenSSH server:

apt-get install openssh-server

update-rc.d -f ssh remove

update-rc.d -f ssh defaults

Change the default ssh keys and reconfigure the server:

cd /etc/ssh/

dpkg-reconfigure openssh-server

nano /etc/ssh/sshd_config

Configure the SSH login information in the nano editor that opens.

Change this line :

PermitRootLogin without-password

To this:

PermitRootLogin yes

Save the changes and exit the editor.

Restart the ssh server using the following commands:

sudo service ssh restart

update-rc.d -f ssh enable 2 3 4 5

Step 4: Test SSH login

Now check if the OpenSSH service is up and running using the following command.

sudo service ssh status

If its not running ,start it using the following command:

sudo service ssh start

You can remotely login to the raspberry pi using the ip address of the wifi network in pi.

how to install kali linux on raspberry pi 3

Source: https://medium.com/@protorix/beginners-guide-to-install-kali-linux-in-raspberry-pi-ecd0ec9cd7aa

Posted by: pettispoicts.blogspot.com

0 Response to "how to install kali linux on raspberry pi 3"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel