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

Burp plugin that does not launch Burp GUI

Jim | Last updated: Apr 16, 2015 09:06PM UTC

We want to write a plugin that runs certain Burp functions, but does so in the background, and without launching the Burp GUI. Is there a way to suppress the GUI while executing certain functions (e.g., Scan)? Please advise. Thanks for any assistance!

PortSwigger Agent | Last updated: Apr 20, 2015 10:34AM UTC

You can launch Burp without a UI by using headless mode. You can specify this on the command line, for example: java -Djava.awt.headless=true -jar burp.jar Burp's engine will still run, and will load any configured extensions. There just won't be an interactive UI.

Burp User | Last updated: Jun 02, 2015 01:17PM UTC