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

Burp Suite User Forum

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

SUPPORT CENTER DISCORD

Kali linux Raspberry pi Burp install error

Cyrano | Last updated: Jul 07, 2020 09:27PM UTC

I looked around the forums and I have not seen a fix yet, maybe I missed it. From what I did find, is that you need to be on 64 bit. Raspberry pi 4 specs: Broadcom BCM2711, Quad core Cortex-A72 (ARM v8) 64-bit SoC 8GB SDRAM Java Version Info: Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true openjdk version "11.0.7-ea" 2020-04-14 OpenJDK Runtime Environment (build 11.0.7-ea+9-post-Debian-1) OpenJDK 64-Bit Server VM (build 11.0.7-ea+9-post-Debian-1, mixed mode) uname -a output: Linux kali 4.19.118-Re4son-v8l+ #1 SMP PREEMPT Thu May 7 02:54:03 UTC 2020 aarch64 GNU/Linux burp install error: sudo bash ./burpsuite_community_linux_v2020_6.sh Unpacking JRE ... Starting Installer ... ./burpsuite_community_linux_v2020_6.sh: line 606: /home/Kali/Downloads/burpsuite_community_linux_v2020_6.sh.1989.dir/jre/bin/java: cannot execute binary file: Exec format error Any help would be appreciated.

Hannah, PortSwigger Agent | Last updated: Jul 08, 2020 08:06AM UTC

Hi Yes, we do only support 64-bit systems. Could you tell me if the standalone JAR file runs on your raspberry pi?

Cyrano | Last updated: Jul 08, 2020 12:18PM UTC

Yes, the stanalone JAR file does work for me. Thank you.

Hannah, PortSwigger Agent | Last updated: Jul 09, 2020 08:37AM UTC

Glad to hear it! To take full advantage of Burp I would recommend running it with Java 14. Are you still wanting to troubleshoot the platform installer?

Hell | Last updated: Apr 02, 2021 02:40AM UTC

Can you tell me how to run it with java 14

Hannah, PortSwigger Agent | Last updated: Apr 06, 2021 08:58AM UTC

Hi

Our latest version of Burp is packaged with OpenJDK 15.0.2.

You can use "java -version" in the command line to check the current version of Java set on your machine.

Provided that you are using a Java version greater than 9, you can then launch the Burp JAR by using "java -jar <path>/<to>/<file>.jar".

Full instructions can be found here.

Joe | Last updated: Jul 24, 2021 11:06AM UTC