Last active
November 30, 2023 04:14
-
-
Save rishigb/df2859f72db7c750ceb1 to your computer and use it in GitHub Desktop.
Kali Linux on Raspberry Pi - begin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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