question about backend interface
Hello Benjamin!
Just simple question about: https://burp-ui.readthedocs.io/en/latest/backend.html
If I want to use it as "backend" to resolve: https://github.com/pablodav/burp_server_reports/issues/5 is it possible?
Longer description:
I want to be able to use burp_reports on an "standalone" server to connect to burp2_server "directly" or through burpui backend, so even without the burpui running I can access burp2. So I'm thinking in the possibility to implement some good defaults settings to write a burpui config to be able to use local /etc/burp/burp.conf client to connect local burp2 server. Doing this I'm hope to be able to resuse more from burpui and avoid writing or "copying" code to try to access burp2 with my own code.
Is it possible? My thoughts are fine here?