Kali/Custom ARM Image: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== | ==Procedure== | ||
Start by cloning this repo: https://github.com/offensive-security/kali-arm-build-scripts | |||
<pre> | |||
$ git clone https://github.com/offensive-security/kali-arm-build-scripts | |||
$ cd kali-arm-build-scripts | |||
</pre> | |||
Now make sure you have all the dependencies needed to build the Raspberry Pi image by running the included script build-deps.sh | |||
<pre> | |||
$ ./build-deps.sh | |||
</pre> | |||
This will take a while. | |||
==Links== | |||
Background on the process for generating Kali Raspberry Pi images, using a custom Kali image that runs on Amazon AWS: https://www.offensive-security.com/kali-linux/generating-kali-raspberry-pi-images/ | Background on the process for generating Kali Raspberry Pi images, using a custom Kali image that runs on Amazon AWS: https://www.offensive-security.com/kali-linux/generating-kali-raspberry-pi-images/ | ||
Latest revision as of 23:57, 12 August 2017
Procedure
Start by cloning this repo: https://github.com/offensive-security/kali-arm-build-scripts
$ git clone https://github.com/offensive-security/kali-arm-build-scripts $ cd kali-arm-build-scripts
Now make sure you have all the dependencies needed to build the Raspberry Pi image by running the included script build-deps.sh
$ ./build-deps.sh
This will take a while.
Links
Background on the process for generating Kali Raspberry Pi images, using a custom Kali image that runs on Amazon AWS: https://www.offensive-security.com/kali-linux/generating-kali-raspberry-pi-images/
If you give up halfway through, or don't want to bother, you can find a bazillion other OSes that run on the Raspberry Pi: http://elinux.org/RPi_Distributions#DietPi
Flags