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

Remove entries from "Open existing project"

Abbadon | Last updated: Jul 24, 2017 09:13AM UTC

Hello, how can I delete entries from Burp's "Open existing project" list without deleting or moving the burp files? Where does Burp maintain the list of existing projects? Thanks

PortSwigger Agent | Last updated: Jul 24, 2017 12:43PM UTC

Hi Abbadon, Thanks for your inquiry. The list is kept within the Java preferences store. Here is a Jython snippet you can use to read the first one: Pauls-Mac-Pro:Desktop$ java -jar jython-standalone-2.7.0.jar >>> from java.util.prefs import Preferences >>> Preferences.userRoot().node('burp').get('suite.recentProjectNames0', '') u'Temporary Project' I think you'll be able to figure it out from there. Let us know if you need any further assistance.

Billie | Last updated: Oct 08, 2020 10:15AM UTC

How to remove existing project entries in the startup dialogue box?

Uthman, PortSwigger Agent | Last updated: Oct 08, 2020 01:17PM UTC