Skip to content

Instantly share code, notes, and snippets.

@rishigb
Last active November 30, 2023 04:14
Show Gist options
  • Select an option

  • Save rishigb/df2859f72db7c750ceb1 to your computer and use it in GitHub Desktop.

Select an option

Save rishigb/df2859f72db7c750ceb1 to your computer and use it in GitHub Desktop.
Kali Linux on Raspberry Pi - begin
Step 1: Download the image from https://www.offensive-security.com/kali-linux-vmware-arm-image-download/
Step 2 : Decompress the .xz by using xz --decompress kali-1.1.0-rpi2.img.xz , you might need to install xz on mac.
Step 3: Insert the SD Card in your mac
Step 4: diskutil unmount /disk/name
Step 5: sudo dd if=/location/of/kali.img of=/dev/diskname bs=512k
All set!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment