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

Check if a BCheck is already installed

Tyler | Last updated: May 09, 2024 11:09AM UTC

Hi, I've used the method importBCheck() that will run on startup. However, if the BCheck is already installed, it just duplicates the BCheck. I've hacked a solution to look at the path key in the user json to see if it exists, but I've noticed some special characters like full stops are stripped, making the .contains() method unreliable. Is there a way to check if a BCheck is already installed? Or even if there could be an "overwrite" parameter for the importBCheck method. Appreciate any help on this one.

Michelle, PortSwigger Agent | Last updated: May 10, 2024 08:38AM UTC

Hi I'm afraid this isn't currently possible as there's currently no hard id/key for you to check. We'll make a note of this, though, to be reviewed as a potential update in the future.

Tyler | Last updated: May 10, 2024 09:47AM UTC