Skip to main content

How to install Kali on Rasperry Pi 3

Step 1 – Download Kali Linux Image for the Raspberry Pi

Head to Offensive Security and download the latest Kali Linux image for the Raspberry Pi. As of this writing, it is “RaspberryPi 2 / 3” on version 2.1.2.

Step 2 – Untar the compressed image file

Step 3 – Flash the Image to the Micro SD Card

You can use a tool like ApplePiBaker for Mac to load your Kali image onto your SD card. If you use Windows, you can use Win32 Disk Imager to put your image on the card.

Step 4 – Boot into Kali Linux

When finished, your SD card is ready to go! Insert the SD card into your Pi, connect it to HDMI, and attach your USB keyboard. Plug in the power source to boot into Kali Linux for the first time. To get to the desktop, your default login is “root” with “toor” being the password.

Step 5 – Install Raspi-config

 

How to use Metasploit through Tor

add this in proxychains.conf:,localnet 127.0.0.1 000 255.255.255.255,Run the following command in Console:,proxychains msfconsole,add this in proxychains.conf: localnet 127.0.0.1 000 255.255.255.255 Run the following command in Console: proxychains msfconsole
localnet 127.0.0.1 000 255.255.255.255

Run the following command in Console:
proxychains msfconsole

How to use Armitage for fast and easy hacking

Start from console or make a script:,msfupdate,service postgresql start,service metasploit start,armitage,Armitage with Java 1.6 on Kali Linux has graphical glitches. Sometimes menus stick and other times, menus flicker or require a user to move their mouse around to make them draw. This occurs with the Java 1.6 package in Kali Linux.,An update to Java 1.7 fixes these issues for Armitage users.,If there is a way to make Armitage use Java 1.7 by default, that would be the best solution. For now, I'm advising my users to switch Kali's default Java to the Java 1.7 version:,32-bit Kali Linux:,update-java-alternatives --jre -s java-1.7.0-openjdk-i386,64-bit Kali Linx:,update-java-alternatives --jre -s java-1.7.0-openjdk-amd64,The next Armitage release will warn the user to switch to Java 1.7 if they're caught using 1.6 as well.,Start from console or make a script: msfupdate service postgresql start service metasploit start armitage Armitage with Java 1.6 on Kali Linux has graphical glitches. Sometimes menus stick and other times, menus flicker or require a user to move their mouse around to make them draw. This occurs with the Java 1.6 package in Kali [...]

msfupdate

service postgresql start

service metasploit start

armitage

Continue reading