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

run on bsd

klubuntu | Last updated: Jan 23, 2022 08:00PM UTC

hello. any solution to run on netbsd, openjdk11.0.11? -- Could not start Burp: java.lang.IllegalStateException: Unsupported platform NetBSD - burpsuite_pro_v2.1.07.jar -- Could not start Burp: java.lang.ExceptionInInitalizerError - burpsuite_pro_v2021.12.jar - burpsuite_pro_v2021.10.3.jar

James, PortSwigger Agent | Last updated: Jan 24, 2022 10:39AM UTC

klubuntu | Last updated: Jan 24, 2022 09:05PM UTC

$ bash burpsuite_pro_linux_v2021_12_1.sh Unpacking JRE ... Starting Installer ... burpsuite_pro_linux_v2021_12_1.sh: line 618: /home/user/burpsuite_pro_linux_v2021_12_1.sh.7917.dir/jre/bin/java: No such file or directory -- running above command works on linux, transferring installed files over to bsd will give same error: 'Could not start Burp: java.lang.ExceptionInInitalizerError' directory containing java binaries is listed in PATH

klubuntu | Last updated: Jan 24, 2022 09:17PM UTC

this is probably due to missing /lib64/ld-linux-x86-64.so.2 which is used by jre/bin/java binary.

James, PortSwigger Agent | Last updated: Jan 25, 2022 12:48PM UTC

Hello,

You may need to enable Linux emulation in NetBSD to allow you to install the missing libraries you will need to run Burp Suite, depending on the kernel you are using - https://www.netbsd.org/docs/guide/en/chap-linux.html

You will then need to install any missing Linux shared libraries. Please refer to the above link and the NetBSD documentation.

klubuntu | Last updated: Jan 25, 2022 09:23PM UTC

hello. thank you for your help. steps to get it working are below. the system was missing most importantly 'suse_base' package and other linux emulation gui related packages. there were other suse_ packages present but were not enough. took some hours off to rebuild amd64 generic kernel with 'option EXEC_ELF64' however it appears there is no need to do this and i couldn't get it booting with such option. from pkgsrc build: - shells/bash - executing burpsuite install script with ksh,sh or other will complain - emulators/suse131_{base,expat,fontconfig,freetype2,glib2,glx,gtk2,libdrm,libffi,libjpeg,libpng,libtiff,libxml2,x111} .. took a while to build everything .. finally bash burpsuite_pro_linux_v2021_10_3.sh cd ~/BurpSuitePro && ./jre/bin/java --illegal-access=permit -noverify -jar burpsuite_pro.jar have a good day

James, PortSwigger Agent | Last updated: Jan 26, 2022 09:57AM UTC