Skip to content

Instantly share code, notes, and snippets.

@dpfrakes
Created August 8, 2019 17:04
Show Gist options
  • Save dpfrakes/cd32b48980c69b5b287e58b58b42ac0d to your computer and use it in GitHub Desktop.
Save dpfrakes/cd32b48980c69b5b287e58b58b42ac0d to your computer and use it in GitHub Desktop.

Kali Linux

Set up Kali Linux on Raspberry Pi 3

  1. Download Kali Linux image (for Raspberry Pi)
  2. Insert micro SD card
  3. Open [Disk Utility](/Applications/Utilities/Disk\ Utility.app)
  4. Erase and format as MS-DOS (FAT)

From the command line:

diskutil unmountdisk /dev/disk2
dd if=kali-linux-2019.2a-rpi3-nexmon.img of=/dev/disk2 bs=2m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment