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

No prompts using carbonator

Simon | Last updated: May 05, 2017 03:54PM UTC

Hi, i've installed BURP Pro + Jython + Carbonator. I'm now running java -jar -Xmx1g burpsuite_pro.jar https somedomain.com 443 c:\report.html but it doesn't product an output and it keeps prompting a dialogue box with choices "temporary project, new project or open existing project". How can i run this silently? Many thanks for any help!

PortSwigger Agent | Last updated: May 08, 2017 10:27AM UTC

You can add the headless command line option to prevent Burp showing a UI: -Djava.awt.headless=true This will automatically create a default project, and not show the startup wizard.

Burp User | Last updated: May 08, 2017 01:48PM UTC