honoki/bbrf-burp-plugin

[issue] Can't change program in Burp

pdelteil opened this issue · 2 comments

I'm starting to use the plugin, I wanted to change the program selected on it, for some reason it started a random program, but I couldn't change it. The program loads on the GUI on the BBRF tab, but even doing 'Verify', 'Save' and 'Copy' didn't change the program. So, this is what happens:

  • Running the Burp scanner, the plugin does try to add domains and urls to the correct program (the one set on the BBRF tab)
  • While doing Right click + add domain/url it tries to add them to the other program I can't get rid of.

I'm using Burp Professional v2021.3.3.

I located a small bug where the plugin would try to add domains and urls to the current active program (as specified in config.json) rather than the chosen program in the settings tab. This should be fixed in the next commit.

I think that should solve the issue you described above.

Can you verify if the issue is fixed in the latest release, @pdelteil ?