PDA

View Full Version : Searching for old Kali versions on ARM.



Sopalajo de Arrierez
2020-01-30, 18:12
I would like to install the latest Kali Linux on my Compulab Utilite Pro , but I have found that there is no more such version on the ARM download (https://www.offensive-security.com/kali-linux-arm-images/) page.

Could someone please address me to the more recent version to download?

steev
2020-01-30, 18:17
As noted in the blog post, you will need to build the image yourself.

On a Kali x86/x86_64 installation, clone the repository


git clone https://gitlab.com/kalilinux/build-scripts/kali-arm
cd kali-arm
./build-deps.sh
./utilite.sh 2020.1

Sopalajo de Arrierez
2020-01-30, 19:45
./utilite.sh 2020.1

It yields:

Missing cross compiler. Set up PATH according to the README

I have installed gcc and clang , but that did not solve it.

steev
2020-01-30, 21:37
Did you run build-deps.sh like it says?

Sopalajo de Arrierez
2020-01-30, 23:54
Solved now. I was running it on a NTFS drive, so it seems it was a matter of files permissions.
Thanks you, Steev .

raspiano
2020-07-27, 09:18
Is it possible to build older versions of Kali (2019.2) for RPi4 with those scripts as well? Lets say I use rp3-64.sh, would be enough to edit "kali-rolling" to "2019.2" and "http.kali.org/kali" to "old.kali.org/kali" , then add parameter "--no-check-gpg" to debootstrap command? Or does anyone happen to have kali-linux-2019.2-rpi3-nexmon-64.img.xz willing to share?
Thanks