Skip to content

Instantly share code, notes, and snippets.

@joubin
Created February 23, 2015 03:58
Show Gist options
  • Save joubin/156362976b51ee862f9b to your computer and use it in GitHub Desktop.
Save joubin/156362976b51ee862f9b to your computer and use it in GitHub Desktop.
work flow to create a kali image
mkdir ~/arm-pi2
cd ~/arm-pi2
git clone https://github.com/offensive-security/gcc-arm-linux-gnueabihf-4.7
git clone https://github.com/offensive-security/kali-arm-build-scripts
export PATH=${PATH}:~/arm-pi2/gcc-arm-linux-gnueabihf-4.7/bin
cd ~/arm-pi2/kali-arm-build-scripts
curl https://gist.githubusercontent.com/joubin/e454661f82f5f749b2f8/raw/dbf27d37db449d1459f0cea984cb654769597a3c/rpi.sh > rpi.sh
https://gist.githubusercontent.com/joubin/cc7adf5196f8c6b2661e/raw/01db3e60154ce483c00c71c360c979cdc8e98f42/pi2_kernel.config > pi2_kernel.config
./build-deps.sh
./rpi.sh 1.2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment