The Burp Suite User Forum will be discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Centre. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTRE DISCORD

Create new post

Cannot install Burp Pro on Kali ARM64

Swish | Last updated: Oct 07, 2024 11:34AM UTC

Hello I hope you are well. I am running Kali in a VM on a Apple M1 chip. $ uname -a Linux kali 6.8.11-arm64 #1 SMP Kali 6.8.11-1kali2 (2024-05-30) aarch64 GNU/Linux I downloaded this installation script : https://portswigger-cdn.net/burp/releases/download?product=pro&version=2024.8.2&type=LinuxArm64 But when I run it : (after chmod +x) $ ./burpsuite_pro_linux_arm64_v2024_8_2.sh Unpacking JRE ... Starting Installer ... ./burpsuite_pro_linux_arm64_v2024_8_2.sh: 653: /home/swish/Downloads/burpsuite_pro_linux_arm64_v2024_8_2.sh.10273.dir/jre/bin/java: not found I tried setting up the JAVA_HOME variable in /etc/environment but it doesn't change a thing. I have openjdk-21-jdk installed. Thank you so much.

Swish | Last updated: Oct 07, 2024 12:07PM UTC

Here is the first lines of the installation script (burpsuite_pro_linux_arm64_v2024_8_2.sh ) just in case. Maybe that I can edit some parts of the script but I'm unsure what to do. 1 #!/bin/sh 2 3 # Uncomment the following line to override the JVM search sequence 4 # INSTALL4J_JAVA_HOME_OVERRIDE= 5 # Uncomment the following line to add additional VM parameters 6 # INSTALL4J_ADD_VM_PARAMS= 7 8 9 INSTALL4J_JAVA_PREFIX="" 10 GREP_OPTIONS="" 11 12 fill_version_numbers() { 13 if [ "$ver_major" = "" ]; then 14 ver_major=0 15 fi 16 if [ "$ver_minor" = "" ]; then 17 ver_minor=0 18 fi 19 if [ "$ver_micro" = "" ]; then 20 ver_micro=0 21 fi 22 if [ "$ver_patch" = "" ]; then 23 ver_patch=0 24 fi 25 }

Hannah, PortSwigger Agent | Last updated: Oct 07, 2024 12:23PM UTC

Hi This is due to a missing dependency on the "musl" library. If you download and install v2024.9.1, our latest Early Adopter release of Burp, you should have no issues as this is packaged with a newer version of Java (Java 22).

Swish | Last updated: Oct 07, 2024 01:52PM UTC

I was ale to install the latest version ! Thank you so much for the quick answer !!

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.