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

Illegal reflective access by burp.fr8

lnxdork | Last updated: May 17, 2021 08:19PM UTC

I am running BurpSuite Professional v2021.5.1 Build 7814 and receive the following to the terminal while running BurpSuitePro: (The only extension loaded is turbo-intruder.) $ ./BurpSuitePro WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by burp.fr8 (file:/home/unknown/BurpSuitePro/burpsuite_pro.jar) to field javax.swing.plaf.basic.BasicPopupMenuUI$MenuKeyboardHelper.menuInputMap WARNING: Please consider reporting this to the maintainers of burp.fr8 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release

Michelle, PortSwigger Agent | Last updated: May 18, 2021 10:53AM UTC

Thanks for your message. I'd like to try and replicate this here, so far I'm not seeing quite the same behavior, to help us with this can you confirm the OS and Java version you are using, please? Also at what stage does the warning appear, does it appear as Burp is first loading and you are choosing which project file to use, or does this appear at a slightly later stage?

lnxdork | Last updated: May 18, 2021 05:51PM UTC

My apologies for not including this information previously. OS: I am running Linux, Fedora release 33 (Thirty Three), kernel: 5.11.18-200.fc33.x86_64 #1 SMP As for OS Java, openjdk 16.0.1 2021-04-20 OpenJDK Runtime Environment 21.3 (build 16.0.1+9) OpenJDK 64-Bit Server VM 21.3 (build 16.0.1+9, mixed mode, sharing) Use temporary project, burp defaults, disable extensions. It appears to happen when I close the intruder pop-up window after any intruder run. ~~~ ./BurpSuitePro --diagnostics exe4j.moduleName /home/unknown/BurpSuitePro/BurpSuitePro file.encoding UTF-8 file.separator / install4j.appDir /home/unknown/BurpSuitePro/ install4j.exeDir /home/unknown/BurpSuitePro/ install4j.jvmDir /home/unknown/BurpSuitePro/jre install4j.launcherId 70 install4j.swt false java.class.path /home/unknown/BurpSuitePro/.install4j/i4jruntime.jar:/home/unknown/BurpSuitePro/.install4j/launcherccf7dac9.jar:/home/unknown/BurpSuitePro/burpsuite_pro.jar java.class.version 59.0 java.home /home/unknown/BurpSuitePro/jre java.io.tmpdir /tmp java.library.path /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib java.runtime.name OpenJDK Runtime Environment java.runtime.version 15.0.2+7-27 java.specification.name Java Platform API Specification java.specification.vendor Oracle Corporation java.specification.version 15 java.vendor Oracle Corporation java.vendor.url https://java.oracle.com/ java.vendor.url.bug https://bugreport.java.com/bugreport/ java.version 15.0.2 java.version.date 2021-01-19 java.vm.compressedOopsMode Zero based java.vm.info mixed mode java.vm.name OpenJDK 64-Bit Server VM java.vm.specification.name Java Virtual Machine Specification java.vm.specification.vendor Oracle Corporation java.vm.specification.version 15 java.vm.vendor Oracle Corporation java.vm.version 15.0.2+7-27 jdk.debug release jdk.tls.allowUnsafeServerCertChange true org.bouncycastle.jsse.client.dh.minimumPrimeBits 1024 org.bouncycastle.jsse.client.dh.unrestrictedGroups true os.arch amd64 os.name Linux os.version 5.11.18-200.fc33.x86_64 path.separator : sun.arch.data.model 64 sun.awt.enableExtraMouseButtons true sun.boot.library.path /home/unknown/BurpSuitePro/jre/lib sun.cpu.endian little sun.font.fontmanager sun.awt.X11FontManager sun.io.unicode.encoding UnicodeLittle sun.java.command install4j.burp.StartBurp --diagnostics sun.java.launcher SUN_STANDARD sun.jnu.encoding UTF-8 sun.management.compiler HotSpot 64-Bit Tiered Compilers user.country US user.dir /home/unknown/BurpSuitePro user.home /home/unknown user.language en user.name unknown user.timezone America/New_York Burp Version 2021.5.1 Build Number 7814 Burp Browser Version 90.0.4430.212 Burp Browser binaries /home/unknown/BurpSuitePro/burpbrowser/90.0.4430.212 Code source /home/unknown/BurpSuitePro/burpsuite_pro.jar ~~~

Michelle, PortSwigger Agent | Last updated: May 19, 2021 01:10PM UTC