Hi,
Thanks for your message.
The uninstaller will prompt you for the following responses:
Are you sure you want to completely remove Burp Suite Enterprise Edition and all of its components?
Yes [y, Enter], No [n]
Choose whether to delete the data directory (/var/lib/BurpSuiteEnterpriseEdition) as part of the uninstallation.
Delete data directory?
Yes [y], No [n, Enter]
Choose whether to delete the logs directory (/var/log/BurpSuiteEnterpriseEdition) as part of the uninstallation.
Delete logs directory?
Yes [y], No [n, Enter]
Choose whether to delete the database backups directory (/var/lib/BurpSuiteEnterpriseEdition) as part of the uninstallation.
Delete database backups directory?
Yes [y], No [n, Enter]
To run the installer silently you can use the
-q
switch. This will uninstall but keep the directories mentioned above. If you want to remove the directories as well then you can also use
-varfile
to specify a varfile containing the following options:
deleteLogsDirectory$Boolean=true
deleteDataDirectory$Boolean=true
deleteDatabaseBackupsDirectory$Boolean=true
Example command:
# /usr/local/burpsuite_enterprise/uninstall -q -varfile uninstall.varfile