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

Issue on Linux OS with ARM64 architecture

Dave | Last updated: Jul 26, 2023 12:50PM UTC

I am running Burp Suite Community Edition on a Linux OS with ARM64 architecture. I downloaded the latest version and stored the file "burpsuite_community_linux_arm64_v2023_7_1.sh". Then, I executed the following commands: chmod +x burpsuite_community_linux_arm64_v2023_7_1.sh ./burpsuite_community_linux_arm64_v2023_7_1.sh However, I encountered the following errors: ./burpsuite_community_linux_arm64_v2023_7_1.sh: line 2: Ør: command not found ./burpsuite_community_linux_arm64_v2023_7_1.sh: line 7: Ør: command not found ./burpsuite_community_linux_arm64_v2023_7_1.sh: line 8: Ør: command not found ./burpsuite_community_linux_arm64_v2023_7_1.sh: line 11: Ør: command not found ./burpsuite_community_linux_arm64_v2023_7_1.sh: line 12: syntax error near unexpected token `æØr' Could you please tell me how to fix it? Thanks

Dominyque, PortSwigger Agent | Last updated: Jul 26, 2023 01:47PM UTC

Hi Dave Do you receive the same error if you use the sudo command to run the install?: sudo ./burpsuite_community_linux_arm64_v2023_7_1.sh

Dave | Last updated: Jul 26, 2023 02:33PM UTC

Hi Yes, I tried running the installation with the sudo command as you suggested, but unfortunately, nothing changed.

Dominyque, PortSwigger Agent | Last updated: Jul 27, 2023 07:13AM UTC

Hi Dave Can you please run the following command in your Linux terminal and copy and paste the resulting output here: uname -a

Dave | Last updated: Jul 27, 2023 08:21AM UTC

Here it is: Linux 93c7bc757ea3 5.15.49-linuxkit-pr #1 SMP PREEMPT Thu May 25 07:27:39 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

Dominyque, PortSwigger Agent | Last updated: Jul 27, 2023 12:57PM UTC

Hi Dave Thank you for that! Can we please get the checksum of the file you have downloaded? You can do this by the following command: md5sum burpsuite_community_linux_arm64_v2023_7_1.sh

Dave | Last updated: Jul 28, 2023 09:13AM UTC

483aa2579849d9e853b84ab2e44d2c70 burpsuite_community_linux_arm64_v2023_7_1.sh

Dominyque, PortSwigger Agent | Last updated: Jul 28, 2023 09:59AM UTC